Skip to content

Commit 792fef4

Browse files
authored
DOC: a if statement -> an if statement (#119)
1 parent ab58369 commit 792fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ max-args=10
458458
# Maximum number of attributes for a class (see R0902).
459459
max-attributes=10
460460

461-
# Maximum number of boolean expressions in a if statement
461+
# Maximum number of boolean expressions in an if statement
462462
max-bool-expr=5
463463

464464
# Maximum number of branch for function / method body

0 commit comments

Comments
 (0)