Skip to content

Commit 2029ac6

Browse files
Fix documentation typos and grammar issues
1 parent cf4dbd5 commit 2029ac6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/html/development/architecture/command-line-interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The base ``Command`` has the following methods:
6464

6565
Some commands have more specialized behavior, (see for example ``pip index``).
6666
These commands instead will inherit from ``IndexGroupCommand``, which inherits from ``Command``
67-
and ``SessionCommandMixin`` to build build the pip session for the corresponding requests.
67+
and ``SessionCommandMixin`` to build the pip session for the corresponding requests.
6868

6969
Lastly, ``RequirementCommand``, which inherits from ``IndexGroupCommand`` is the base class
7070
for those commands which make use of requirements in any form, like ``pip install``.

docs/html/development/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Continuous Integration
1616
Supported interpreters
1717
======================
1818

19-
pip support a variety of Python interpreters:
19+
pip supports a variety of Python interpreters:
2020

2121
- CPython 3.9
2222
- CPython 3.10

docs/html/topics/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ man pages][netrc-docs].
6666
## Keyring Support
6767

6868
pip supports loading credentials stored in your keyring using the
69-
{pypi}`keyring` library, which can be enabled py passing `--keyring-provider`
69+
{pypi}`keyring` library, which can be enabled by passing `--keyring-provider`
7070
with a value of `auto`, `disabled`, `import`, or `subprocess`. The default
7171
value `auto` respects `--no-input` and does not query keyring at all if the option
7272
is used; otherwise it tries the `import`, `subprocess`, and `disabled`
@@ -84,7 +84,7 @@ configure its usage would be to use a configuration instead:
8484
```bash
8585
$ pip config set --global global.keyring-provider subprocess
8686

87-
# A different user on the same system which has PYTHONPATH configured and and
87+
# A different user on the same system which has PYTHONPATH configured and
8888
# wanting to use keyring installed that way could then run
8989
$ pip config set --user global.keyring-provider import
9090

0 commit comments

Comments
 (0)