diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-20 08:03:06 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-20 08:03:06 (GMT) |
commit | d210a70dd92aa3beca9d24a7a40d25681cf48fbd (patch) | |
tree | e3ce916213b371329aa7dbd9c91f1ec8504d9485 /Doc/whatsnew/2.7.rst | |
parent | f43bc98c483a999c34dc1a91f0248e228cf88047 (diff) | |
download | cpython-d210a70dd92aa3beca9d24a7a40d25681cf48fbd.zip cpython-d210a70dd92aa3beca9d24a7a40d25681cf48fbd.tar.gz cpython-d210a70dd92aa3beca9d24a7a40d25681cf48fbd.tar.bz2 |
Minor spelling fixes
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 86f0197..534ed0f 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -532,7 +532,7 @@ implemented by Vinay Sajip, are: calling ``log.getChild('network.listen')`` is equivalent to ``getLogger('app.network.listen')``. -* The :class:`~logging.LoggerAdapter` class gained a +* The :class:`~logging.LoggerAdapter` class gained an :meth:`~logging.LoggerAdapter.isEnabledFor` method that takes a *level* and returns whether the underlying logger would process a message of that level of importance. |