mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +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
|
@ -473,4 +473,3 @@ def parse(*args, **kwargs):
|
||||||
def parseString(*args, **kwargs):
|
def parseString(*args, **kwargs):
|
||||||
"Parse a file into a DOM from a string"
|
"Parse a file into a DOM from a string"
|
||||||
return _doparse(pulldom.parseString, args, kwargs)
|
return _doparse(pulldom.parseString, args, kwargs)
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ class SAXParseException(SAXException):
|
||||||
|
|
||||||
def getColumnNumber(self):
|
def getColumnNumber(self):
|
||||||
"""The column number of the end of the text where the exception
|
"""The column number of the end of the text where the exception
|
||||||
occurred."""
|
occurred."""
|
||||||
return self._locator.getColumnNumber()
|
return self._locator.getColumnNumber()
|
||||||
|
|
||||||
def getLineNumber(self):
|
def getLineNumber(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue