Commit 5f48a741 authored by Ville Skyttä's avatar Ville Skyttä

Spelling fixes

parent 9bf0fbe2
...@@ -67,7 +67,7 @@ All PRs with code changes should include tests. All changes should include a ...@@ -67,7 +67,7 @@ All PRs with code changes should include tests. All changes should include a
changelog entry. changelog entry.
``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_ ``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 ``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. 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: They should be named ``<pr_number>.<category>.rst``, where the categories are:
......
...@@ -2358,7 +2358,7 @@ Metadata ...@@ -2358,7 +2358,7 @@ Metadata
but their use is not advised. but their use is not advised.
============================== ================= ================= =============== ===== ============================== ================= ================= =============== =====
Key Aliases Type Minumum Version Notes Key Aliases Type Minimum Version Notes
============================== ================= ================= =============== ===== ============================== ================= ================= =============== =====
name str name str
version attr:, file:, str 39.2.0 (1) version attr:, file:, str 39.2.0 (1)
......
...@@ -394,7 +394,7 @@ class ConfigHandler: ...@@ -394,7 +394,7 @@ class ConfigHandler:
section_parser_method = getattr( section_parser_method = getattr(
self, self,
# Dots in section names are tranlsated into dunderscores. # Dots in section names are translated into dunderscores.
('parse_section%s' % method_postfix).replace('.', '__'), ('parse_section%s' % method_postfix).replace('.', '__'),
None) None)
......
...@@ -161,7 +161,7 @@ def is_manylinux1_compatible(): ...@@ -161,7 +161,7 @@ def is_manylinux1_compatible():
def get_darwin_arches(major, minor, machine): def get_darwin_arches(major, minor, machine):
"""Return a list of supported arches (including group arches) for """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 = [] arches = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment