summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-12 12:06:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-12 16:19:57 +0200
commit4980369e6dcee8929b881dc9ec365523cd8d82b3 (patch)
tree5cd0664abf898e17fbdda2038bc704d417a5e662 /doc
parent5405dd5115d598fa69e49538d50ec79202b1b52e (diff)
downloadpylint-git-4980369e6dcee8929b881dc9ec365523cd8d82b3.tar.gz
Remove unsecable whitespace in the whole codebase
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/exts/pylint_extensions.py2
-rw-r--r--doc/whatsnew/2.6.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/exts/pylint_extensions.py b/doc/exts/pylint_extensions.py
index 107079370..c78eb1f3c 100755
--- a/doc/exts/pylint_extensions.py
+++ b/doc/exts/pylint_extensions.py
@@ -18,7 +18,7 @@ from pylint.utils import get_rst_title
# Skip documenting these modules since:
# 1) They are deprecated, why document them moving forward?
# 2) We can't load the deprecated module and the newly renamed module at the
-# same time without getting naming conflicts
+# same time without getting naming conflicts
DEPRECATED_MODULES = ["check_docs"] # ==> docparams
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index 406c5ba52..812638cee 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -31,7 +31,7 @@ Other Changes
* `bad-continuation` and `bad-whitespace` have been removed. `black` or another formatter can help you with this better than Pylint
-* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.
+* The `no-space-check` option has been removed, it's no longer possible to consider empty line like a `trailing-whitespace` by using clever options.
* `mixed-indentation` has been removed, it is no longer useful since TabError is included directly in python3