#13784: fix xml.sax.reader getColumn/LineNumber docs.

verification and patch by Emily Morehouse.
This commit is contained in:
R David Murray 2016-06-02 15:14:30 -04:00
parent d85a1e6b55
commit f86959d883
1 changed files with 2 additions and 2 deletions

View 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()