]> granicus.if.org Git - python/commitdiff
#13784: fix xml.sax.reader getColumn/LineNumber docs.
authorR David Murray <rdmurray@bitdance.com>
Thu, 2 Jun 2016 19:13:37 +0000 (15:13 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 2 Jun 2016 19:13:37 +0000 (15:13 -0400)
verification and patch by Emily Morehouse.

Doc/library/xml.sax.reader.rst

index 7270153d463793a1ee4c87079a2955fb0737b753..14af0508af426b05e8c66e2c2432eed15091297a 100644 (file)
@@ -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()