[Python-checkins] python/dist/src/Lib Cookie.py,1.13,1.14

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 17 Dec 2002 10:56:29 -0800


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

Modified Files:
	Cookie.py 
Log Message:
Fix comment typo

Index: Cookie.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/Cookie.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Cookie.py	26 Jun 2002 15:19:01 -0000	1.13
--- Cookie.py	17 Dec 2002 18:56:26 -0000	1.14
***************
*** 52,56 ****
  
  Most of the time you start by creating a cookie.  Cookies come in
! three flavors, each with slighly different encoding semanitcs, but
  more on that later.
  
--- 52,56 ----
  
  Most of the time you start by creating a cookie.  Cookies come in
! three flavors, each with slightly different encoding semantics, but
  more on that later.