Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e180307

Browse files
committed
Fix missing paren.
1 parent 2955305 commit e180307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/newtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ \section{Type Objects \label{type-structs}}
854854
GC-related fields \member{tp_traverse} and \member{tp_clear} are
855855
present in the type object; but those fields also exist when
856856
\constant{Py_TPFLAGS_HAVE_GC} is clear but
857-
\constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set).
857+
\constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set.
858858
\end{datadesc}
859859

860860
\begin{datadesc}{Py_TPFLAGS_DEFAULT}

0 commit comments

Comments
 (0)