]> 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:14:30 +0000 (15:14 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 2 Jun 2016 19:14:30 +0000 (15:14 -0400)
verification and patch by Emily Morehouse.

Doc/library/xml.sax.reader.rst

index b4acd4cdbb14e1816bceb78d1fb1986087f72007..47d23d6b989aabd91d5d282092845821f32c9f38 100644 (file)
@@ -228,12 +228,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()