]> granicus.if.org Git - python/commitdiff
SF bug #1201807: Glossary listing bug
authorRaymond Hettinger <python@rcn.com>
Sat, 14 May 2005 17:18:31 +0000 (17:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 14 May 2005 17:18:31 +0000 (17:18 +0000)
Doc/tut/glossary.tex

index 7f04a79c34b918bec005083c284dd161cba7da40..77374e84ca13bed5279ec173440d6f3aff84b23d 100644 (file)
@@ -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