diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 15:45:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-13 15:45:16 -0400 |
| commit | b28472ae570e8ad1e333bf33f49d1848a7f9a6e8 (patch) | |
| tree | 0f52e42be22b145a348fc5dfbe753ee21d33f1be | |
| parent | abe31ce06a72b01bd86552ab5253209479428e35 (diff) | |
| parent | 6d739f2460f794cbf58eeaab2b9f86a3051e4e82 (diff) | |
| download | external_python_setuptools-b28472ae570e8ad1e333bf33f49d1848a7f9a6e8.tar.gz external_python_setuptools-b28472ae570e8ad1e333bf33f49d1848a7f9a6e8.tar.bz2 external_python_setuptools-b28472ae570e8ad1e333bf33f49d1848a7f9a6e8.zip | |
Merge pull request #1057 from felixonmars/fix-typo
Fix a typo: compatibilty -> compatibility
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 487accd9..08af86a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -77,7 +77,7 @@ v34.4.1 * #992: In msvc.msvc9_query_vcvarsall, ensure the returned dicts have str values and not Unicode for - compatibilty with os.environ. + compatibility with os.environ. v34.4.0 ------- |
