Fix a typo

This commit is contained in:
Albert Tugushev 2019-10-04 20:46:50 +08:00
parent a661d7b53e
commit 10b9421193
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.
"""