Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191a282 commit a2dccfbCopy full SHA for a2dccfb
1 file changed
Lib/xml/sax/handler.py
@@ -26,15 +26,15 @@ class ErrorHandler:
26
only parameter."""
27
28
def error(self, exception):
29
- "Handle a recoverable error."
+ "Handle a recoverable error."
30
raise exception
31
32
def fatalError(self, exception):
33
- "Handle a non-recoverable error."
+ "Handle a non-recoverable error."
34
35
36
def warning(self, exception):
37
- "Handle a warning."
+ "Handle a warning."
38
print exception
39
40
# ===== CONTENTHANDLER =====
0 commit comments