rename the new check_call_output to check_output.  its less ugly.
diff --git a/Misc/NEWS b/Misc/NEWS
index c4b0207..55e123b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,7 +60,7 @@
 Library
 -------
 
-- Added the subprocess.check_call_output() convenience function to get output
+- Added the subprocess.check_output() convenience function to get output
   from a subprocess on success or raise an exception on error.
 
 - Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to