summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 03:53:59 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 03:53:59 (GMT)
commit2faa65a10d9ba5dcd3d8bf100504ebca97cd7656 (patch)
tree1548468c2e2332cba2f6dd6fcbc49e73285bc6b6 /Misc
parent2553b1b0578f1986d637afa77d4c4656769a172b (diff)
parent3e5b1d3cf50b15272fdb4d06d05d00a42d1d1737 (diff)
downloadcpython-2faa65a10d9ba5dcd3d8bf100504ebca97cd7656.zip
cpython-2faa65a10d9ba5dcd3d8bf100504ebca97cd7656.tar.gz
cpython-2faa65a10d9ba5dcd3d8bf100504ebca97cd7656.tar.bz2
Issue #23943: Merge spelling fixes from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 6782333..06eb979 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -21545,7 +21545,7 @@ Thu Feb 18 20:51:50 1999 Fred Drake <fdrake@eric.cnri.reston.va.us>
Bow to font-lock at the end of the docstring, since it throws stuff
off.
- Make sure the path paramter to readmodule() is a list before adding it
+ Make sure the path parameter to readmodule() is a list before adding it
with sys.path, or the addition could fail.
@@ -23597,7 +23597,7 @@ an underscore and used to initialize the pointer.
- The warning about a thread still having a frame now only happens in
verbose mode.
-- Change the signal finialization so that it also resets the signal
+- Change the signal finalization so that it also resets the signal
handlers. After this has been called, our signal handlers are no
longer active!