fix indentation in one docstring

This commit is contained in:
Skip Montanaro 2000-07-06 02:56:36 +00:00
parent a2dccfbc09
commit 26a7983f08
1 changed files with 1 additions and 1 deletions

View File

@ -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: