summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 9a6361852..a9be565fe 100644
--- a/pylintrc
+++ b/pylintrc
@@ -159,7 +159,7 @@ no-space-check=trailing-comma,dict-separator
# Maximum number of lines in a module
max-module-lines=2000
-# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
+# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '