Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c7f314

Browse files
committed
Fix a typo and a trailing space.
N.B. NEWS doesn't mention that map() and filter() return iterators.
1 parent 623d372 commit 2c7f314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Core and Builtins
3434

3535
- Remove tuple parameter unpacking (PEP 3113).
3636

37-
- Remove the f_restricted attribute from frames. This naturally leads to teh
37+
- Remove the f_restricted attribute from frames. This naturally leads to the
3838
removal of PyEval_GetRestricted() and PyFrame_IsRestricted().
3939

4040
- PEP 3132 was accepted. That means that you can do ``a, *b = range(5)``
@@ -83,7 +83,7 @@ Core and Builtins
8383
output lines in interactive sessions:
8484

8585
>>> print(42, end="")
86-
42>>>
86+
42>>>
8787

8888
We may be able to fix this after the I/O library rewrite.
8989

0 commit comments

Comments
 (0)