Clean-up functools.total_ordering().
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cc30a0..82ae15e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -222,7 +222,7 @@
 
 - Issue #9501: Fixed logging regressions in cleanup code.
 
-- Fix functools.total_ordering() to actually work.
+- Fix functools.total_ordering() to skip methods inherited from object().
 
 - Issue #9572: Importlib should not raise an exception if a directory it
   thought it needed to create was done concurrently by another process.