diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-12-29 21:00:08 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2018-12-29 21:00:08 +0200 |
commit | 5f48a74119c6866bcbc4f142318ac392ad2cb03d (patch) | |
tree | b90a443af5b44460c8d48bfd437aa28a98e92e23 /docs | |
parent | 9bf0fbe2af7c859aa4ac5bc0be4639c1621570d1 (diff) | |
download | python-setuptools-git-5f48a74119c6866bcbc4f142318ac392ad2cb03d.tar.gz |
Spelling fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer-guide.txt | 2 | ||||
-rw-r--r-- | docs/setuptools.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 39bf4717..f82df397 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -67,7 +67,7 @@ All PRs with code changes should include tests. All changes should include a changelog entry. ``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_ -for changelog managment, so when making a PR, please add a news fragment in the +for changelog management, so when making a PR, please add a news fragment in the ``changelog.d/`` folder. Changelog files are written in Restructured Text and should be a 1 or 2 sentence description of the substantive changes in the PR. They should be named ``<pr_number>.<category>.rst``, where the categories are: diff --git a/docs/setuptools.txt b/docs/setuptools.txt index bca211bd..81b850c3 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2358,7 +2358,7 @@ Metadata but their use is not advised. ============================== ================= ================= =============== ===== -Key Aliases Type Minumum Version Notes +Key Aliases Type Minimum Version Notes ============================== ================= ================= =============== ===== name str version attr:, file:, str 39.2.0 (1) |