diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 +0000 |
commit | 204bf0b9aecd221c33f3e0909f261411783acf1b (patch) | |
tree | 53640723738b9ed6b5c99010d8a88d328766c66e /Doc/library/pyexpat.rst | |
parent | 0ca0edee336a98f209ed79e640a9dc80620a29bd (diff) | |
download | cpython-git-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.gz |
English spelling and grammar fixes
Diffstat (limited to 'Doc/library/pyexpat.rst')
-rw-r--r-- | Doc/library/pyexpat.rst | 2 |
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. |