Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 674b099

Browse files
committed
More instances of “when pass”
1 parent 4659ddc commit 674b099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@ Library
610610
- Issue #28227: gzip now supports pathlib. Patch by Ethan Furman.
611611

612612
- Issue #27358: Optimized merging var-keyword arguments and improved error
613-
message when pass a non-mapping as a var-keyword argument.
613+
message when passing a non-mapping as a var-keyword argument.
614614

615-
- Issue #28257: Improved error message when pass a non-iterable as
615+
- Issue #28257: Improved error message when passing a non-iterable as
616616
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
617617

618618
- Issue #28322: Fixed possible crashes when unpickle itertools objects from

0 commit comments

Comments
 (0)