aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-01 17:05:58 -0400
committerGitHub <noreply@github.com>2016-10-01 17:05:58 -0400
commit747891e437e32cb76945aae691261708a640142e (patch)
tree94e3e9086f54573cb30d3d1214e5f7ff9847a61f
parentae50b560c46773697f0f3894ac34de37fda2fadd (diff)
parent31360f268321ea2018758a497c17e923a7585610 (diff)
downloadexternal_python_setuptools-747891e437e32cb76945aae691261708a640142e.tar.gz
external_python_setuptools-747891e437e32cb76945aae691261708a640142e.tar.bz2
external_python_setuptools-747891e437e32cb76945aae691261708a640142e.zip
Merge pull request #804 from stepshal/misspellings
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