Skip to content

Commit e747dd8

Browse files
committed
Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs.
2 parents d612920 + f86959d commit e747dd8

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)