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

Skip to content

Commit de7ad2c

Browse files
committed
Markup fix.
1 parent 730f553 commit de7ad2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libgc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ \section{\module{gc} ---
102102
\begin{funcdesc}{get_referents}{*objs}
103103
Return a list of objects directly referred to by any of the arguments.
104104
The referents returned are those objects visited by the arguments'
105-
C-level \cfunction{tp_traverse} methods (if any), and may not be all
106-
objects actually directly reachable. \cfunction{tp_traverse} methods
105+
C-level \member{tp_traverse} methods (if any), and may not be all
106+
objects actually directly reachable. \member{tp_traverse} methods
107107
are supported only by objects that support garbage collection, and are
108108
only required to visit objects that may be involved in a cycle. So,
109109
for example, if an integer is directly reachable from an argument, that

0 commit comments

Comments
 (0)