summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-01-03 17:39:25 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-03 17:39:25 +0200
commitd11288367fd885318ea5df76df5b39157f0da267 (patch)
treee80721ea52a5e25c8a9aa76bab2d0f4c86102534
parent0124d80c6aa2b66ae73ca9d6390b7a675e03a414 (diff)
downloadpylint-git-d11288367fd885318ea5df76df5b39157f0da267.tar.gz
Escape the tab, so it can be rendered properly. Close #764
-rw-r--r--man/pylint.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index a5d86884f..9c88581b5 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -239,7 +239,7 @@ List of optional constructs for which whitespace checking is disabled [current:
.IP "--max-module-lines=<int>"
Maximum number of lines in a module [current: 1000]
.IP "--indent-string=<string>"
-String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 tab). [current: ' ']
+String used as indentation unit. This is usually " " (4 spaces) or "\\t" (1 tab). [current: ' ']
.IP "--indent-after-paren=<int>"
Number of spaces of indent required inside a hanging or continued line. [current: 4]
.IP "--expected-line-ending-format=<empty or LF or CRLF>"