Kaydet (Commit) f86959d8 authored tarafından R David Murray's avatar R David Murray

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

verification and patch by Emily Morehouse.
üst d85a1e6b
......@@ -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