'How to change the default module docstring in Spyder?

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

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

@author: X
"""


Solution 1:[1]

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

changing default docstring for modules in Spyder

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1