diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-23 18:09:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-23 18:09:50 (GMT) |
commit | 16f6329e6153c4b92f2175a5560e372a762befe6 (patch) | |
tree | 4d3c2f0bfe8e827ed07df59a538fa1d93bb2acb1 /Lib/xml/sax/_exceptions.py | |
parent | 098b55ab4427aa546a06973cecd5e18080b546fd (diff) | |
download | cpython-16f6329e6153c4b92f2175a5560e372a762befe6.zip cpython-16f6329e6153c4b92f2175a5560e372a762befe6.tar.gz cpython-16f6329e6153c4b92f2175a5560e372a762befe6.tar.bz2 |
Make reindent.py happy (lots of trailing whitespace removed).
Diffstat (limited to 'Lib/xml/sax/_exceptions.py')
-rw-r--r-- | Lib/xml/sax/_exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/xml/sax/_exceptions.py b/Lib/xml/sax/_exceptions.py index 88ec8ca..1ea582f 100644 --- a/Lib/xml/sax/_exceptions.py +++ b/Lib/xml/sax/_exceptions.py @@ -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): |