We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f756847 + 6d52a2d commit 613ffb5Copy full SHA for 613ffb5
1 file changed
pylibs/rope/base/default_config.py
@@ -2,7 +2,7 @@
2
3
4
def set_prefs(prefs):
5
- """This function is called before opening the project"""
+ """This function is called before opening the project."""
6
7
# Specify which files and folders to ignore in the project.
8
# Changes to ignored resources are not added to the history and
@@ -81,5 +81,5 @@ def set_prefs(prefs):
81
82
83
def project_opened(project):
84
- """This function is called after opening the project"""
+ """This function is called after opening the project."""
85
# Do whatever you like here!
0 commit comments