Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f86959d

Browse files
committed
#13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
1 parent d85a1e6 commit f86959d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/xml.sax.reader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ Instances of :class:`Locator` provide these methods:
228228

229229
.. method:: Locator.getColumnNumber()
230230

231-
Return the column number where the current event ends.
231+
Return the column number where the current event begins.
232232

233233

234234
.. method:: Locator.getLineNumber()
235235

236-
Return the line number where the current event ends.
236+
Return the line number where the current event begins.
237237

238238

239239
.. method:: Locator.getPublicId()

0 commit comments

Comments
 (0)