fix indentation in one docstring
This commit is contained in:
parent
a2dccfbc09
commit
26a7983f08
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue