diff -r b110dd3d6cea Doc/library/xml.sax.reader.rst --- a/Doc/library/xml.sax.reader.rst Thu Jun 02 10:20:16 2016 -0700 +++ b/Doc/library/xml.sax.reader.rst Thu Jun 02 11:44:45 2016 -0700 @@ -228,12 +228,12 @@ .. 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()