Commit de7ad2ca authored by Fred Drake's avatar Fred Drake

Markup fix.

parent 730f5535
...@@ -102,8 +102,8 @@ objects, call \function{collect()} before calling ...@@ -102,8 +102,8 @@ objects, call \function{collect()} before calling
\begin{funcdesc}{get_referents}{*objs} \begin{funcdesc}{get_referents}{*objs}
Return a list of objects directly referred to by any of the arguments. Return a list of objects directly referred to by any of the arguments.
The referents returned are those objects visited by the arguments' The referents returned are those objects visited by the arguments'
C-level \cfunction{tp_traverse} methods (if any), and may not be all C-level \member{tp_traverse} methods (if any), and may not be all
objects actually directly reachable. \cfunction{tp_traverse} methods objects actually directly reachable. \member{tp_traverse} methods
are supported only by objects that support garbage collection, and are are supported only by objects that support garbage collection, and are
only required to visit objects that may be involved in a cycle. So, only required to visit objects that may be involved in a cycle. So,
for example, if an integer is directly reachable from an argument, that for example, if an integer is directly reachable from an argument, that
......
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