Commit 0f43983a authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #1201807: Glossary listing bug

parent d3b01deb
...@@ -86,7 +86,7 @@ can be any object with a \method{__hash__()} function, not just ...@@ -86,7 +86,7 @@ can be any object with a \method{__hash__()} function, not just
integers starting from zero. Called a hash in Perl. integers starting from zero. Called a hash in Perl.
\index{duck-typing} \index{duck-typing}
\item{duck-typing} \item[duck-typing]
Pythonic programming style that determines an object's type by inspection Pythonic programming style that determines an object's type by inspection
of its method or attribute signature rather than by explicit relationship 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 to some type object ("If it looks like a duck and quacks like a duck, it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment