[Python-checkins] python/dist/src/Lib nntplib.py,1.31,1.32

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 13 Nov 2002 18:19:46 -0800


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

Modified Files:
	nntplib.py 
Log Message:
Fix typo in comment

Index: nntplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/nntplib.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** nntplib.py	13 Nov 2002 23:05:35 -0000	1.31
--- nntplib.py	14 Nov 2002 02:19:44 -0000	1.32
***************
*** 566,570 ****
  
  
! # Test retrieval when rubn as a script.
  # Assumption: if there's a local news server, it's called 'news'.
  # Assumption: if user queries a remote news server, it's named
--- 566,570 ----
  
  
! # Test retrieval when run as a script.
  # Assumption: if there's a local news server, it's called 'news'.
  # Assumption: if user queries a remote news server, it's named