[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.87,1.88

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 04:39:20 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25737/Doc/ref

Modified Files:
	ref5.tex 
Log Message:
fix a bunch of spelling errors
(closes SF patch #1104868)


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- ref5.tex	1 Jan 2005 00:28:43 -0000	1.87
+++ ref5.tex	19 Jan 2005 03:39:16 -0000	1.88
@@ -960,7 +960,7 @@
 object is a member of a set if the set is a sequence and contains an
 element equal to that object.  However, it is possible for an object
 to support membership tests without being a sequence.  In particular,
-dictionaries support memership testing as a nicer way of spelling
+dictionaries support membership testing as a nicer way of spelling
 \code{\var{key} in \var{dict}}; other mapping types may follow suit.
 
 For the list and tuple types, \code{\var{x} in \var{y}} is true if and



More information about the Python-checkins mailing list