Skip to content

Commit

Permalink
Merge pull request pypa#1620 from scop/spelling
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
pganssle authored Jan 1, 2019
2 parents f5c04b1 + 5f48a74 commit 772db17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setuptools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def parse(self):

section_parser_method = getattr(
self,
# Dots in section names are tranlsated into dunderscores.
# Dots in section names are translated into dunderscores.
('parse_section%s' % method_postfix).replace('.', '__'),
None)

Expand Down
2 changes: 1 addition & 1 deletion setuptools/pep425tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def is_manylinux1_compatible():

def get_darwin_arches(major, minor, machine):
"""Return a list of supported arches (including group arches) for
the given major, minor and machine architecture of an macOS machine.
the given major, minor and machine architecture of a macOS machine.
"""
arches = []

Expand Down

0 comments on commit 772db17

Please sign in to comment.