diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 04:03:41 (GMT) |
commit | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (patch) | |
tree | 6ed1a5aaa6ede819ec672beae759c18f6d428121 /Misc/HISTORY | |
parent | 0d88c652318c4c5eed77fd2e78e9e955ffa5c8d1 (diff) | |
download | cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.zip cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.gz cpython-8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818.tar.bz2 |
Fix spelling (inital), grammar (may translates) in documentation, comments
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 7857f6f..603b17a 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -23743,7 +23743,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). |