Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 39433be

Browse files
committed
Merge pull request #160 from jayvdb/slef
Replace slef with self
2 parents d0022d8 + d85dcb6 commit 39433be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pep257.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ def check_no_blank_before(self, function, docstring): # def
14021402
yield D202(blanks_after_count)
14031403

14041404
@check_for(Class)
1405-
def check_blank_before_after_class(slef, class_, docstring):
1405+
def check_blank_before_after_class(self, class_, docstring):
14061406
"""D20{3,4}: Class docstring should have 1 blank line around them.
14071407
14081408
Insert a blank line before and after all docstrings (one-line or

0 commit comments

Comments
 (0)