[Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.49,1.50

Barry Warsaw bwarsaw@users.sourceforge.net
Sun, 24 Mar 2002 20:00:40 -0800


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

Modified Files:
	smtplib.py 
Log Message:
SMTP.__init__(): Fixed minor typo in docstring.


Index: smtplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/smtplib.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** smtplib.py	24 Mar 2002 15:30:40 -0000	1.49
--- smtplib.py	25 Mar 2002 04:00:38 -0000	1.50
***************
*** 229,233 ****
          if the specified `host' doesn't respond correctly.  If specified,
  	`local_hostname` is used as the FQDN of the local host.  By default,
! 	the local hostname is found using gethostbyname().
  
          """
--- 229,233 ----
          if the specified `host' doesn't respond correctly.  If specified,
  	`local_hostname` is used as the FQDN of the local host.  By default,
! 	the local hostname is found using socket.getfqdn().
  
          """