summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarcus Näslund <naslundx@gmail.com>2018-08-07 14:03:10 +0200
committerBryce Guinta <bryce.guinta@protonmail.com>2018-08-08 00:44:34 -0600
commitadc4d0ce669ced185672eb66cc2d2c55207d1767 (patch)
tree56ae568b21f2d3165b22f65eb91610fb467b3728 /examples
parent452b560e18ecce5ee417f10823b212c1e00ad2e1 (diff)
downloadpylint-git-adc4d0ce669ced185672eb66cc2d2c55207d1767.tar.gz
Removed double space from pylintrc example
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 44e420e65..9fa691b3e 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -295,7 +295,7 @@ expected-line-ending-format=
# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
-# Number of spaces of indent required inside a hanging or continued line.
+# Number of spaces of indent required inside a hanging or continued line.
indent-after-paren=4
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1