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

This commit is contained in:
R David Murray 2016-06-02 15:15:12 -04:00
commit e747dd89b6
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()