summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-19 04:03:41 (GMT)
commit5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c (patch)
treeb52ea5a74e03375fc2abcbc887d109e924ba3ea9 /Misc
parent0cf2cf2b7d726d12a6046441e4067d32c7dd4feb (diff)
downloadcpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.zip
cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.gz
cpython-5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c.tar.bz2
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Misc')
-rw-r--r--Misc/HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 7119362..bdc6889 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -12831,7 +12831,7 @@ the first class with an applicable hook wins. Makes more sense.
- Changed the checks made in Py_Initialize() and Py_Finalize(). It is
now legal to call these more than once. The first call to
Py_Initialize() initializes, the first call to Py_Finalize()
-finalizes. There's also a new API, Py_IsInitalized() which checks
+finalizes. There's also a new API, Py_IsInitialized() which checks
whether we are already initialized (in case you want to leave things
as they were).