summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/pylint.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index a7a95d884..2514171a1 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -205,7 +205,7 @@ Maximum number of lines in a module [default: 1000]
.IP "--indent-string=<string>"
String used as indentation unit. This is usually " " (4 spaces) or "\\t" (1 tab). [default: ' ']
.IP "--indent-after-paren=<int>"
-Number of spaces of indent required inside a hanging or continued line. [default: 4]
+Number of spaces of indent required inside a hanging or continued line. [default: 4]
.IP "--expected-line-ending-format=<empty or LF or CRLF>"
Expected format of line ending, e.g. empty (any line ending), LF or CRLF. [default: none]