From: Skip Montanaro Date: Thu, 6 Jul 2000 02:56:36 +0000 (+0000) Subject: fix indentation in one docstring X-Git-Tag: v2.0b1~1065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26a7983f086930b887731042dffb0f0899dedb81;p=python fix indentation in one docstring --- diff --git a/Lib/xml/sax/expatreader.py b/Lib/xml/sax/expatreader.py index f7517b1856..bd3a4675e3 100644 --- a/Lib/xml/sax/expatreader.py +++ b/Lib/xml/sax/expatreader.py @@ -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: