summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 08:26:16 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 08:26:16 (GMT)
commit8fbab9f163727934ed258942fcb920605aa9777a (patch)
tree4fadba0c0890aec7a2ab169b44093906d9de525d /Doc/whatsnew
parent09808e753066f372727b7d4dca9dcbc01f47cd53 (diff)
parentd210a70dd92aa3beca9d24a7a40d25681cf48fbd (diff)
downloadcpython-8fbab9f163727934ed258942fcb920605aa9777a.zip
cpython-8fbab9f163727934ed258942fcb920605aa9777a.tar.gz
cpython-8fbab9f163727934ed258942fcb920605aa9777a.tar.bz2
Merge spelling fixes from 3.5
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
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.