diff options
| author | stepshal <nessento@openmailbox.org> | 2016-10-01 21:15:35 +0700 |
|---|---|---|
| committer | stepshal <nessento@openmailbox.org> | 2016-10-01 21:15:35 +0700 |
| commit | 31360f268321ea2018758a497c17e923a7585610 (patch) | |
| tree | 10f8c0c1b963cb4e92dc71e2ab36c61166623c6b | |
| parent | 35ea365b50bd1a64375fdbcce187affab22af3b7 (diff) | |
| download | external_python_setuptools-31360f268321ea2018758a497c17e923a7585610.tar.gz external_python_setuptools-31360f268321ea2018758a497c17e923a7585610.tar.bz2 external_python_setuptools-31360f268321ea2018758a497c17e923a7585610.zip | |
Fix misspellings in changelog.
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7c4ff813..dd421776 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -90,7 +90,7 @@ v26.1.1 ------- * Re-release of 26.1.0 with pytest pinned to allow for automated - deployement and thus proper packaging environment variables, + deployment and thus proper packaging environment variables, fixing issues with missing executable launchers. v26.1.0 @@ -120,7 +120,7 @@ v25.4.0 ------- * Add Extension(py_limited_api=True). When set to a truthy value, - that extension gets a filename apropriate for code using Py_LIMITED_API. + that extension gets a filename appropriate for code using Py_LIMITED_API. When used correctly this allows a single compiled extension to work on all future versions of CPython 3. The py_limited_api argument only controls the filename. To be |
