summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/_exceptions.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-23 18:09:50 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-23 18:09:50 (GMT)
commit16f6329e6153c4b92f2175a5560e372a762befe6 (patch)
tree4d3c2f0bfe8e827ed07df59a538fa1d93bb2acb1 /Lib/xml/sax/_exceptions.py
parent098b55ab4427aa546a06973cecd5e18080b546fd (diff)
downloadcpython-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.py4
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):