Skip to content

Commit ab0322b

Browse files
authored
Fix a typo
1 parent 7ad5670 commit ab0322b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/operations/generate_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _generate_metadata_legacy(install_req):
3636
if install_req.isolated:
3737
base_cmd += ["--no-user-cfg"]
3838

39-
# For non-editable installed, don't put the .egg-info files at the root,
39+
# For non-editable installs, don't put the .egg-info files at the root,
4040
# to avoid confusion due to the source code being considered an installed
4141
# egg.
4242
egg_base_option = [] # type: List[str]

0 commit comments

Comments
 (0)