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}
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to