mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
This commit is contained in:
parent
d85a1e6b55
commit
f86959d883
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue