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

Skip to content

Commit 8af179e

Browse files
committed
Fix a couple typos in Misc/NEWS.
1 parent c64bcbe commit 8af179e

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
@@ -72,7 +72,7 @@ Core and Builtins
7272
- Issue #15897: zipimport.c doesn't check return value of fseek().
7373
Patch by Felipe Cruz.
7474

75-
- Issue #15033: Fix the exit status bug when modules invoked using -m swith,
75+
- Issue #15033: Fix the exit status bug when modules invoked using -m switch,
7676
return the proper failure return value (1). Patch contributed by Jeff Knupp.
7777

7878
- Issue #12268: File readline, readlines and read() or readall() methods
@@ -700,7 +700,7 @@ Documentation
700700
- Issue #15444: Use proper spelling for non-ASCII contributor names. Patch
701701
by Serhiy Storchaka.
702702

703-
- Issue 15482: Properly document the default 'level' value for __import__()
703+
- Issue #15482: Properly document the default 'level' value for __import__()
704704
while warning about using negative values.
705705

706706
- Issue #15230: Clearly document some of the limitations of the runpy

0 commit comments

Comments
 (0)