summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-06-02 19:13:37 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-06-02 19:13:37 (GMT)
commit3017cef00941f084527cde0158eec3557c6f3fcc (patch)
tree98a88bf37407782a026fa49352b1b5c161184232 /Doc
parent382d0411313718e9c17d43432c320df92c332ac1 (diff)
downloadcpython-3017cef00941f084527cde0158eec3557c6f3fcc.zip
cpython-3017cef00941f084527cde0158eec3557c6f3fcc.tar.gz
cpython-3017cef00941f084527cde0158eec3557c6f3fcc.tar.bz2
#13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.sax.reader.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.sax.reader.rst b/Doc/library/xml.sax.reader.rst
index 7270153..14af050 100644
--- a/Doc/library/xml.sax.reader.rst
+++ b/Doc/library/xml.sax.reader.rst
@@ -229,12 +229,12 @@ Instances of :class:`Locator` provide these methods:
.. method:: Locator.getColumnNumber()
- Return the column number where the current event ends.
+ Return the column number where the current event begins.
.. method:: Locator.getLineNumber()
- Return the line number where the current event ends.
+ Return the line number where the current event begins.
.. method:: Locator.getPublicId()