Commit e180307c authored by Raymond Hettinger's avatar Raymond Hettinger

Fix missing paren.

parent 29553058
......@@ -854,7 +854,7 @@ PyMappingMethods *tp_as_mapping;
GC-related fields \member{tp_traverse} and \member{tp_clear} are
present in the type object; but those fields also exist when
\constant{Py_TPFLAGS_HAVE_GC} is clear but
\constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set).
\constant{Py_TPFLAGS_HAVE_RICHCOMPARE} is set.
\end{datadesc}
\begin{datadesc}{Py_TPFLAGS_DEFAULT}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment