mirror of
https://github.com/python/cpython.git
synced 2026-03-03 19:40:51 +00:00
Fix latex2html compile error
This commit is contained in:
parent
ca810467a4
commit
d4ccfcb06e
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue