summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarcus Näslund <naslundx@gmail.com>2018-08-07 14:02:39 +0200
committerBryce Guinta <bryce.guinta@protonmail.com>2018-08-08 00:44:34 -0600
commit452b560e18ecce5ee417f10823b212c1e00ad2e1 (patch)
treebf9ccc638de4b9ec72c76c4e7547892ad1be615f /man
parent39d80c9579ec3d62c1d6bdaf3fcca0c0c2bb0bb9 (diff)
downloadpylint-git-452b560e18ecce5ee417f10823b212c1e00ad2e1.tar.gz
Removed double space from man page
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]