We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85a1e6 commit f86959dCopy full SHA for f86959d
1 file changed
Doc/library/xml.sax.reader.rst
@@ -228,12 +228,12 @@ Instances of :class:`Locator` provide these methods:
228
229
.. method:: Locator.getColumnNumber()
230
231
- Return the column number where the current event ends.
+ Return the column number where the current event begins.
232
233
234
.. method:: Locator.getLineNumber()
235
236
- Return the line number where the current event ends.
+ Return the line number where the current event begins.
237
238
239
.. method:: Locator.getPublicId()
0 commit comments