diff options
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 ============= |