[Python-checkins] python/nondist/sandbox/pickletools pickletools.py,1.30,1.31

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 27 Jan 2003 06:26:52 -0800


Update of /cvsroot/python/python/nondist/sandbox/pickletools
In directory sc8-pr-cvs1:/tmp/cvs-serv30661

Modified Files:
	pickletools.py 
Log Message:
typo


Index: pickletools.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/pickletools/pickletools.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** pickletools.py	27 Jan 2003 02:49:40 -0000	1.30
--- pickletools.py	27 Jan 2003 14:26:48 -0000	1.31
***************
*** 1210,1214 ****
        """),
  
!     # Puah a class object, or module function, on the stack, via its module
      # and name.
  
--- 1210,1214 ----
        """),
  
!     # Push a class object, or module function, on the stack, via its module
      # and name.