[Python-checkins] python/dist/src/Doc/tut glossary.tex,1.11,1.12

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Sat May 14 19:18:34 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4214

Modified Files:
	glossary.tex 
Log Message:
SF bug #1201807:  Glossary listing bug



Index: glossary.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/glossary.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- glossary.tex	11 Jan 2005 16:11:13 -0000	1.11
+++ glossary.tex	14 May 2005 17:18:31 -0000	1.12
@@ -86,7 +86,7 @@
 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



More information about the Python-checkins mailing list