diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-04-08 17:17:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-04-08 17:17:17 (GMT) |
commit | 730f5535ba8abf62ed580dcd605ec9a5de85d71b (patch) | |
tree | 7dd7f24b813d6999c9747415c3d25bdcf0d391ab /Doc/lib | |
parent | 0f81ab6d8895fb6a0b09d517b872a7816060914d (diff) | |
download | cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.zip cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.tar.gz cpython-730f5535ba8abf62ed580dcd605ec9a5de85d71b.tar.bz2 |
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libgc.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgc.tex b/Doc/lib/libgc.tex index eea8d8c..51af5ad 100644 --- a/Doc/lib/libgc.tex +++ b/Doc/lib/libgc.tex @@ -99,9 +99,9 @@ objects, call \function{collect()} before calling \versionadded{2.2} \end{funcdesc} -\begin{funcdesc}{get_referrents}{*objs} +\begin{funcdesc}{get_referents}{*objs} Return a list of objects directly referred to by any of the arguments. -The referrents 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 objects actually directly reachable. \cfunction{tp_traverse} methods are supported only by objects that support garbage collection, and are |