[Python-checkins] CVS: python/dist/src/Lib/xml/sax expatreader.py,1.2,1.3

Skip Montanaro python-dev@python.org
Wed, 5 Jul 2000 19:56:38 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/sax
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19712

Modified Files:
	expatreader.py 
Log Message:
fix indentation in one docstring


Index: expatreader.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/expatreader.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** expatreader.py	2000/07/04 03:39:33	1.2
--- expatreader.py	2000/07/06 02:56:36	1.3
***************
*** 40,44 ****
  
      def parse(self, stream_or_string ):
! 	"Parse an XML document from a URL."
          if type( stream_or_string ) == type( "" ):
              stream=open( stream_or_string )
--- 40,44 ----
  
      def parse(self, stream_or_string ):
!         "Parse an XML document from a URL."
          if type( stream_or_string ) == type( "" ):
              stream=open( stream_or_string )