1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #7140 from atugushev/fix-typo-in-docstring

Fix a typo in InstallCommand.__doc__
This commit is contained in:
Pradyun Gedam 2019-10-06 11:41:46 +05:30 committed by GitHub
commit 845824a2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ class InstallCommand(RequirementCommand):
- Local project directories.
- Local or remote source archives.
pip also supports installing from "requirements files," which provide
pip also supports installing from "requirements files", which provide
an easy way to specify a whole environment to be installed.
"""