From 3017cef00941f084527cde0158eec3557c6f3fcc Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 2 Jun 2016 15:13:37 -0400 Subject: #13784: fix xml.sax.reader getColumn/LineNumber docs. verification and patch by Emily Morehouse. --- Doc/library/xml.sax.reader.rst | 4 ++-- 1 file 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() -- cgit v0.12