Commit e747dd89 authored by R David Murray's avatar R David Murray

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

parents d6129204 f86959d8
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment