Thursday, August 25, 2022

[FIXED] How to change the default module docstring in Spyder?

Issue

How to change the default template for new modules in Spyder IDE?

# -*- coding: utf-8 -*-
"""
Created on %(date)s

@author: X
"""

Solution

Preferences > Editor > Advanced settings > Edit template for new modules

changing default docstring for modules in Spyder



Answered By - Abdulrahman Bres
Answer Checked By - Pedro (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.