diff options
author | yushao2 <36848472+yushao2@users.noreply.github.com> | 2021-05-26 00:00:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 18:00:54 +0200 |
commit | 6233260f9ecea4b4321ceab51173528557be2a47 (patch) | |
tree | dc0e53007ccc794b6bbb322eff0050344be90e8e /doc/whatsnew/2.9.rst | |
parent | 4628b74ff013a763f9dd0ce8ed693a563a6a12d4 (diff) | |
download | pylint-git-6233260f9ecea4b4321ceab51173528557be2a47.tar.gz |
Fixed minor doc formatting (#4511)
Diffstat (limited to 'doc/whatsnew/2.9.rst')
-rw-r--r-- | doc/whatsnew/2.9.rst | 2 |
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 ============= |