diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
commit | e39682b0768bcf06d3c0d8480dd2f98824afafe6 (patch) | |
tree | 706f55e28c8ee877a4bbaca848a4e651243f5f46 /Doc | |
parent | 660c8fc997f34b7474c23a993105a37b7277554f (diff) | |
download | cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.zip cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.gz cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.bz2 |
Issue #27430: Fix typos, patch by scop.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index baaf797..975b59d 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -2666,7 +2666,7 @@ require changes to your code: * The :class:`xml.etree.ElementTree` class now raises an :exc:`xml.etree.ElementTree.ParseError` when a parse fails. Previously it - raised a :exc:`xml.parsers.expat.ExpatError`. + raised an :exc:`xml.parsers.expat.ExpatError`. * The new, longer :func:`str` value on floats may break doctests which rely on the old output format. |