summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-04-08 17:37:47 (GMT)
committerFred Drake <fdrake@acm.org>2003-04-08 17:37:47 (GMT)
commitde7ad2caacc00d1abd9064071a5e05109eb82a64 (patch)
tree24a9f1209f362c55c7975190897737e52ab18c7e /Doc/lib
parent730f5535ba8abf62ed580dcd605ec9a5de85d71b (diff)
downloadcpython-de7ad2caacc00d1abd9064071a5e05109eb82a64.zip
cpython-de7ad2caacc00d1abd9064071a5e05109eb82a64.tar.gz
cpython-de7ad2caacc00d1abd9064071a5e05109eb82a64.tar.bz2
Markup fix.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libgc.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgc.tex b/Doc/lib/libgc.tex
index 51af5ad..2477584 100644
--- a/Doc/lib/libgc.tex
+++ b/Doc/lib/libgc.tex
@@ -102,8 +102,8 @@ objects, call \function{collect()} before calling
\begin{funcdesc}{get_referents}{*objs}
Return a list of objects directly referred to by any of 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
-objects actually directly reachable. \cfunction{tp_traverse} methods
+C-level \member{tp_traverse} methods (if any), and may not be all
+objects actually directly reachable. \member{tp_traverse} methods
are supported only by objects that support garbage collection, and are
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