[Python-3000-checkins] r51648 - python/branches/p3yk/Doc/lib/libstdtypes.tex

george.yoshida python-3000-checkins at python.org
Wed Aug 30 06:33:26 CEST 2006


Author: george.yoshida
Date: Wed Aug 30 06:33:26 2006
New Revision: 51648

Modified:
   python/branches/p3yk/Doc/lib/libstdtypes.tex
Log:
Fix latex2html compile error


Modified: python/branches/p3yk/Doc/lib/libstdtypes.tex
==============================================================================
--- python/branches/p3yk/Doc/lib/libstdtypes.tex	(original)
+++ python/branches/p3yk/Doc/lib/libstdtypes.tex	Wed Aug 30 06:33:26 2006
@@ -126,7 +126,7 @@
   \lineiii{>}{strictly greater than}{}
   \lineiii{>=}{greater than or equal}{}
   \lineiii{==}{equal}{}
-  \lineiii{!=}{not equal}
+  \lineiii{!=}{not equal}{}
   \lineiii{is}{object identity}{}
   \lineiii{is not}{negated object identity}{}
 \end{tableiii}


More information about the Python-3000-checkins mailing list