[Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.38,1.39

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 11:41:05 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv26424/Lib

Modified Files:
	pydoc.py 
Log Message:

Change some text just a little to avoid font-lock hell.


Index: pydoc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pydoc.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** pydoc.py	2001/04/13 15:04:32	1.38
--- pydoc.py	2001/05/10 18:41:02	1.39
***************
*** 1285,1289 ****
              self.interact()
              self.output.write('''
! You're now leaving help and returning to the Python interpreter.
  If you want to ask for help on a particular object directly from the
  interpreter, you can type "help(object)".  Executing "help('string')"
--- 1285,1289 ----
              self.interact()
              self.output.write('''
! You are now leaving help and returning to the Python interpreter.
  If you want to ask for help on a particular object directly from the
  interpreter, you can type "help(object)".  Executing "help('string')"