[Python-checkins] python/dist/src/Doc/ref ref5.tex, 1.76.10.5, 1.76.10.6

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 04:45:42 CET 2005


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

Modified Files:
      Tag: release23-maint
	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.76.10.5
retrieving revision 1.76.10.6
diff -u -d -r1.76.10.5 -r1.76.10.6
--- ref5.tex	11 Nov 2004 06:16:42 -0000	1.76.10.5
+++ ref5.tex	19 Jan 2005 03:45:38 -0000	1.76.10.6
@@ -911,7 +911,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