[Python-checkins] python/dist/src/Lib copy.py,1.43.4.1,1.43.4.2

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Mon Jun 13 03:14:51 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5556

Modified Files:
      Tag: release24-maint
	copy.py 
Log Message:
SF bug #1219361 Fix typo

Index: copy.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/copy.py,v
retrieving revision 1.43.4.1
retrieving revision 1.43.4.2
diff -u -d -r1.43.4.1 -r1.43.4.2
--- copy.py	7 Feb 2005 12:39:54 -0000	1.43.4.1
+++ copy.py	13 Jun 2005 01:14:34 -0000	1.43.4.2
@@ -14,7 +14,7 @@
 class instances).
 
 - A shallow copy constructs a new compound object and then (to the
-  extent possible) inserts *the same objects* into in that the
+  extent possible) inserts *the same objects* into it that the
   original contains.
 
 - A deep copy constructs a new compound object and then, recursively,



More information about the Python-checkins mailing list