Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit613ffb5

Browse files
committed
Merge pull requestpython-mode#304 from vikt0rs/fix-docstring-punctuation
Fix dockstring in default_config due to H402 rule
2 parentsf756847 +6d52a2d commit613ffb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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
defset_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
defproject_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)

[8]ページ先頭

©2009-2025 Movatter.jp