Skip to content

Commit a84b262

Browse files
authored
Typo fix in build_meta.py docstring
1 parent 225d158 commit a84b262

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)