diff options
author | George Yoshida <dynkin@gmail.com> | 2006-08-30 04:33:26 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-08-30 04:33:26 (GMT) |
commit | d4ccfcb06e79f7baa77d09f9b190ccd4192484ce (patch) | |
tree | 39fd7b8525e1d7a746818dd12e0dc148a01f98d5 /Doc | |
parent | ca810467a4db78781c5e35100024cae779e954e5 (diff) | |
download | cpython-d4ccfcb06e79f7baa77d09f9b190ccd4192484ce.zip cpython-d4ccfcb06e79f7baa77d09f9b190ccd4192484ce.tar.gz cpython-d4ccfcb06e79f7baa77d09f9b190ccd4192484ce.tar.bz2 |
Fix latex2html compile error
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index e1993aa..b84daf4 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -126,7 +126,7 @@ This table summarizes the comparison operations: \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} |