Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérome Perrin
setuptools
Commits
772db178
Unverified
Commit
772db178
authored
6 years ago
by
Paul Ganssle
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1620 from scop/spelling
Spelling fixes
parents
f5c04b1b
5f48a741
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docs/developer-guide.txt
docs/developer-guide.txt
+1
-1
docs/setuptools.txt
docs/setuptools.txt
+1
-1
setuptools/config.py
setuptools/config.py
+1
-1
setuptools/pep425tags.py
setuptools/pep425tags.py
+1
-1
No files found.
docs/developer-guide.txt
View file @
772db178
...
...
@@ -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 manag
e
ment, 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:
...
...
This diff is collapsed.
Click to expand it.
docs/setuptools.txt
View file @
772db178
...
...
@@ -2358,7 +2358,7 @@ Metadata
but their use is not advised.
============================== ================= ================= =============== =====
Key Aliases Type Min
u
mum Version Notes
Key Aliases Type Min
i
mum Version Notes
============================== ================= ================= =============== =====
name str
version attr:, file:, str 39.2.0 (1)
...
...
This diff is collapsed.
Click to expand it.
setuptools/config.py
View file @
772db178
...
...
@@ -411,7 +411,7 @@ class ConfigHandler:
section_parser_method
=
getattr
(
self
,
# Dots in section names are tran
l
sated into dunderscores.
# Dots in section names are trans
l
ated into dunderscores.
(
'parse_section%s'
%
method_postfix
).
replace
(
'.'
,
'__'
),
None
)
...
...
This diff is collapsed.
Click to expand it.
setuptools/pep425tags.py
View file @
772db178
...
...
@@ -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 a
n
macOS machine.
the given major, minor and machine architecture of a macOS machine.
"""
arches
=
[]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment