Skip to content

Commit 613ffb5

Browse files
committed
Merge pull request #304 from vikt0rs/fix-docstring-punctuation
Fix dockstring in default_config due to H402 rule
2 parents f756847 + 6d52a2d commit 613ffb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pylibs/rope/base/default_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def set_prefs(prefs):
5-
"""This function is called before opening the project"""
5+
"""This function is called before opening the project."""
66

77
# Specify which files and folders to ignore in the project.
88
# Changes to ignored resources are not added to the history and
@@ -81,5 +81,5 @@ def set_prefs(prefs):
8181

8282

8383
def project_opened(project):
84-
"""This function is called after opening the project"""
84+
"""This function is called after opening the project."""
8585
# Do whatever you like here!

0 commit comments

Comments
 (0)