mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Make reindent.py happy (lots of trailing whitespace removed).
This commit is contained in:
parent
098b55ab44
commit
16f6329e61
9 changed files with 103 additions and 104 deletions
|
@ -42,7 +42,7 @@ class SAXException(Exception):
|
|||
|
||||
# ===== SAXPARSEEXCEPTION =====
|
||||
|
||||
class SAXParseException(SAXException):
|
||||
class SAXParseException(SAXException):
|
||||
"""Encapsulate an XML parse error or warning.
|
||||
|
||||
This exception will include information for locating the error in
|
||||
|
@ -62,7 +62,7 @@ class SAXParseException(SAXException):
|
|||
|
||||
def getColumnNumber(self):
|
||||
"""The column number of the end of the text where the exception
|
||||
occurred."""
|
||||
occurred."""
|
||||
return self._locator.getColumnNumber()
|
||||
|
||||
def getLineNumber(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue