]> granicus.if.org Git - python/commitdiff
More instances of “when pass”
authorMartin Panter <vadmium+py@gmail.com>
Sat, 14 Jan 2017 08:33:10 +0000 (08:33 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 14 Jan 2017 08:33:10 +0000 (08:33 +0000)
Misc/NEWS

index 1cf828dac9dc088f99abe275eb521b003b02b8fc..04634478c5c728ba01ae12188198776eeb1fa84c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -610,9 +610,9 @@ Library
 - Issue #28227: gzip now supports pathlib.  Patch by Ethan Furman.
 
 - Issue #27358: Optimized merging var-keyword arguments and improved error
-  message when pass a non-mapping as a var-keyword argument.
+  message when passing a non-mapping as a var-keyword argument.
 
-- Issue #28257: Improved error message when pass a non-iterable as
+- Issue #28257: Improved error message when passing a non-iterable as
   a var-positional argument.  Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
 
 - Issue #28322: Fixed possible crashes when unpickle itertools objects from