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
1 changed files with 1 additions and 1 deletions

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.
"""