aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-10-01 21:15:35 +0700
committerstepshal <nessento@openmailbox.org>2016-10-01 21:15:35 +0700
commit31360f268321ea2018758a497c17e923a7585610 (patch)
tree10f8c0c1b963cb4e92dc71e2ab36c61166623c6b
parent35ea365b50bd1a64375fdbcce187affab22af3b7 (diff)
downloadexternal_python_setuptools-31360f268321ea2018758a497c17e923a7585610.tar.gz
external_python_setuptools-31360f268321ea2018758a497c17e923a7585610.tar.bz2
external_python_setuptools-31360f268321ea2018758a497c17e923a7585610.zip
Fix misspellings in changelog.
-rw-r--r--CHANGES.rst4
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