Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2dccfb

Browse files
author
Skip Montanaro
committed
fix indentation in three docstrings
1 parent 191a282 commit a2dccfb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/xml/sax/handler.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ class ErrorHandler:
2626
only parameter."""
2727

2828
def error(self, exception):
29-
"Handle a recoverable error."
29+
"Handle a recoverable error."
3030
raise exception
3131

3232
def fatalError(self, exception):
33-
"Handle a non-recoverable error."
33+
"Handle a non-recoverable error."
3434
raise exception
3535

3636
def warning(self, exception):
37-
"Handle a warning."
37+
"Handle a warning."
3838
print exception
3939

4040
# ===== CONTENTHANDLER =====

0 commit comments

Comments
 (0)