Bugs item #1201807, was opened at 2005-05-14 01:11 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1201807&group_id=5470
Category: Documentation Group: Python 2.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: George Yoshida (quiver) Assigned to: Nobody/Anonymous (nobody) Summary: Glossary listing bug Initial Comment: On the glossary page[*], "duck-typing" is not recognized as an entry for glossary. Currently, the rendered html is: <DT> <DD>duck-typing Pythonic programming style ...</DD> And this should look like: <DT><STRONG>duck-typing</STRONG> <DD>Pythonic programming style ...</DD> Replacing '{' mark with '[' mark should fix this. \index{duck-typing} -\item{duck-typing} +\item[duck-typing] [*] http://docs.python.org/tut/node18.html ---------------------------------------------------------------------- >Comment By: Raymond Hettinger (rhettinger) Date: 2005-05-14 12:26 Message: Logged In: YES user_id=80475 Fixed. Thanks for the report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1201807&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com