Merge pull request #7662 from aguiarcandre/capitalize-url-user-guide

Capitalize "URL" in user guide
This commit is contained in:
Pradyun Gedam 2020-01-31 15:09:00 +05:30 committed by GitHub
commit cc7e34b22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ For more information and examples, see the :ref:`pip install` reference.
Basic Authentication Credentials
********************************
pip supports basic authentication credentials. Basically, in the url there is
pip supports basic authentication credentials. Basically, in the URL there is
a username and password separated by ``:``.
``https://[username[:password]@]pypi.company.com/simple``