Minor clarification
diff --git a/Misc/NEWS b/Misc/NEWS
index b4e4cf9..111452a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1601,8 +1601,8 @@
 
 - Issue #8230: Fix Lib/test/sortperf.py.
 
-- Issue #8620: when a Cmd is fed input that reaches EOF without a final newline,
-  it no longer truncates the last character of the last command line.
+- Issue #8620: when a cmd.Cmd() is fed input that reaches EOF without a final
+  newline, it no longer truncates the last character of the last command line.
 
 - Issue #5146: Handle UID THREAD command correctly in imaplib.