Eliminate camelcase function name
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a1c511..4492590 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -544,7 +544,7 @@
 
 - Added heapq.merge() for merging sorted input streams.
 
-- Added collections.NamedTuple() for assigning field names to tuples.
+- Added collections.named_tuple() for assigning field names to tuples.
 
 - Added itertools.izip_longest().