Rename get_referents to get_referrers. Fixes #483815.
diff --git a/Misc/NEWS b/Misc/NEWS
index f005c97..c74e619 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -8,6 +8,8 @@
 
 Extension modules
 
+- gc.get_referents was renamed to gc.get_referrers.
+
 Library
 
 Tools/Demos
@@ -905,6 +907,8 @@
 
 - The `new' module now exposes the CO_xxx flags.
 
+- The gc module offers the get_referents function.
+
 New platforms
 
 C API