diff options
author | Raymond Hettinger <python@rcn.com> | 2005-05-14 17:18:31 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-05-14 17:18:31 (GMT) |
commit | 0f43983aa3dd5a7f5a6fa3cac219293d5f3b066d (patch) | |
tree | 40d47dcf28b531c497c665fd629508b66f2a2ed6 /Doc/tut/glossary.tex | |
parent | d3b01deb17a43a897d141e505c7d0aad3c8788f4 (diff) | |
download | cpython-0f43983aa3dd5a7f5a6fa3cac219293d5f3b066d.zip cpython-0f43983aa3dd5a7f5a6fa3cac219293d5f3b066d.tar.gz cpython-0f43983aa3dd5a7f5a6fa3cac219293d5f3b066d.tar.bz2 |
SF bug #1201807: Glossary listing bug
Diffstat (limited to 'Doc/tut/glossary.tex')
-rw-r--r-- | Doc/tut/glossary.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/glossary.tex b/Doc/tut/glossary.tex index 7f04a79..77374e8 100644 --- a/Doc/tut/glossary.tex +++ b/Doc/tut/glossary.tex @@ -86,7 +86,7 @@ can be any object with a \method{__hash__()} function, not just integers starting from zero. Called a hash in Perl. \index{duck-typing} -\item{duck-typing} +\item[duck-typing] Pythonic programming style that determines an object's type by inspection of its method or attribute signature rather than by explicit relationship to some type object ("If it looks like a duck and quacks like a duck, it |