summaryrefslogtreecommitdiff
path: root/Doc/library/pyexpat.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 +0000
commit204bf0b9aecd221c33f3e0909f261411783acf1b (patch)
tree53640723738b9ed6b5c99010d8a88d328766c66e /Doc/library/pyexpat.rst
parent0ca0edee336a98f209ed79e640a9dc80620a29bd (diff)
downloadcpython-git-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.gz
English spelling and grammar fixes
Diffstat (limited to 'Doc/library/pyexpat.rst')
-rw-r--r--Doc/library/pyexpat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pyexpat.rst b/Doc/library/pyexpat.rst
index 29c9f347d2..d6445f8099 100644
--- a/Doc/library/pyexpat.rst
+++ b/Doc/library/pyexpat.rst
@@ -244,7 +244,7 @@ XMLParser Objects
The following attributes contain values relating to the most recent error
encountered by an :class:`xmlparser` object, and will only have correct values
-once a call to :meth:`Parse` or :meth:`ParseFile` has raised a
+once a call to :meth:`Parse` or :meth:`ParseFile` has raised an
:exc:`xml.parsers.expat.ExpatError` exception.