diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:42:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:42:10 (GMT) |
commit | 94505a7cc0a40f2b4a5256f27d8ab32266e6b0d4 (patch) | |
tree | caba562f4aeb6a5486084e6d408cca7f733ea43d /Doc/ref | |
parent | 623273e9669923405cbf745f4bfdaef0c7c0ff74 (diff) | |
download | cpython-94505a7cc0a40f2b4a5256f27d8ab32266e6b0d4.zip cpython-94505a7cc0a40f2b4a5256f27d8ab32266e6b0d4.tar.gz cpython-94505a7cc0a40f2b4a5256f27d8ab32266e6b0d4.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 |