summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-04-08 17:17:17 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-04-08 17:17:17 (GMT)
commit730f5535ba8abf62ed580dcd605ec9a5de85d71b (patch)
tree7dd7f24b813d6999c9747415c3d25bdcf0d391ab /Misc
parent0f81ab6d8895fb6a0b09d517b872a7816060914d (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b8f8c0..3ded09e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,7 +49,7 @@ Core and builtins
Extension modules
-----------------
-- New function gc.get_referrents(obj) returns a list of objects
+- New function gc.get_referents(obj) returns a list of objects
directly referenced by obj. In effect, it exposes what the object's
tp_traverse slot does, and can be helpful when debugging memory
leaks.