Kaydet (Commit) 26a7983f authored tarafından Skip Montanaro's avatar Skip Montanaro

fix indentation in one docstring

üst a2dccfbc
......@@ -39,7 +39,7 @@ class ExpatParser( xmlreader.IncrementalParser, xmlreader.Locator ):
# XMLReader methods
def parse(self, stream_or_string ):
"Parse an XML document from a URL."
"Parse an XML document from a URL."
if type( stream_or_string ) == type( "" ):
stream=open( stream_or_string )
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment