Skip to content

Commit ad16777

Browse files
Fix documentation typos and grammar issues
- Fix duplicate "the" in pip_lock.rst - Fix typo "py" -> "by" in authentication.md - Fix duplicate "and" in authentication.md - Fix duplicate "build" in command-line-interface.rst - Fix "pip support" -> "pip supports" in ci.rst - Fix duplicate "the" in improving-pips-documentation.md Co-authored-by: DimitriPapadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
1 parent 67b4020 commit ad16777

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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

docs/html/ux-research-design/research-results/improving-pips-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In response to the question "When you have a problem using pip, what do you do?"
5555
- 56.9% of respondents search or ask on Stack Overflow
5656
- 33.8% of respondents use pip help from the command line
5757
- **25.6% of respondents go to the pip docs**
58-
- 20.6% of respondents go the the Python Packaging User Guide
58+
- 20.6% of respondents go to the Python Packaging User Guide
5959
- 8.1% of respondents ask on a forum, community board, or chat channel
6060

6161
![screenshot of survey results](https://i.imgur.com/qlt1b4n.png)

0 commit comments

Comments
 (0)