Skip to content

Commit 963dbd2

Browse files
authored
Merge pull request pypa#4337 from wimglenn/patch-1
Typo fix in build_meta.py docstring
2 parents 225d158 + a84b262 commit 963dbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/build_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Previously, when a user or a command line tool (let's call it a "frontend")
44
needed to make a request of setuptools to take a certain action, for
5-
example, generating a list of installation requirements, the frontend would
5+
example, generating a list of installation requirements, the frontend
66
would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line.
77
88
PEP 517 defines a different method of interfacing with setuptools. Rather

0 commit comments

Comments
 (0)