summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoryushao2 <36848472+yushao2@users.noreply.github.com>2021-05-26 00:00:54 +0800
committerGitHub <noreply@github.com>2021-05-25 18:00:54 +0200
commit6233260f9ecea4b4321ceab51173528557be2a47 (patch)
treedc0e53007ccc794b6bbb322eff0050344be90e8e /doc
parent4628b74ff013a763f9dd0ce8ed693a563a6a12d4 (diff)
downloadpylint-git-6233260f9ecea4b4321ceab51173528557be2a47.tar.gz
Fixed minor doc formatting (#4511)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.9.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index 4fc8b58cb..932cfcd80 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -25,7 +25,7 @@ New checkers
* ``consider-using-from-import``: Emitted when a submodule/member of a package is imported and aliased with the same name.
-* New checker ``unused-private-member``. Emitted when a private member (i.e., starts with ``__``) of a class is defined but not used.
+* New checker ``unused-private-member``: Emitted when a private member (i.e., starts with ``__``) of a class is defined but not used.
Other Changes
=============