Skip to content

Commit 91aeff2

Browse files
authored
DOC: Correct a typo in comment in .pylintrc (#84)
1 parent bc5a425 commit 91aeff2

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
@@ -471,7 +471,7 @@ max-args=10
471471
# Maximum number of attributes for a class (see R0902).
472472
max-attributes=10
473473

474-
# Maximum number of boolean expressions in a if statement
474+
# Maximum number of boolean expressions in an if statement
475475
max-bool-expr=5
476476

477477
# Maximum number of branch for function / method body

0 commit comments

Comments
 (0)