diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
commit | b184ae860e7a1922918a1822274fb7bacacde163 (patch) | |
tree | 613885bc2dbb4d637597c4266738a6805971a2bc /Doc/ref | |
parent | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff) | |
download | cpython-b184ae860e7a1922918a1822274fb7bacacde163.zip cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2 |
fix a bunch of spelling errors
(closes SF patch #1104868)
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 746615e..24ed4ac 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -960,7 +960,7 @@ The set membership test has traditionally been bound to sequences; an 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 |