summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDos Moonen <d.moonen@nki.nl>2023-01-13 09:04:23 +0100
committerDos Moonen <d.moonen@nki.nl>2023-01-30 09:01:03 +0100
commit7b75fda0c6acb312bb6dbe9a201d6814465a66f8 (patch)
tree484ae00aa95352709a25850faeafea6cfc2c5ac6 /docs
parentd325245052f388523c6e65b7f43382017b92956e (diff)
downloadpip-7b75fda0c6acb312bb6dbe9a201d6814465a66f8.tar.gz
Typo in documentation: s/if/is
Diffstat (limited to 'docs')
-rw-r--r--docs/html/topics/authentication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/topics/authentication.md b/docs/html/topics/authentication.md
index 9cb5f688c..966ac3e7a 100644
--- a/docs/html/topics/authentication.md
+++ b/docs/html/topics/authentication.md
@@ -120,7 +120,7 @@ required by `keyring`'s command line interface. See the example below or the
basic HTTP authentication section at the top of this page.
```bash
-# Install keyring from PyPI using pipx, which we assume if installed properly
+# Install keyring from PyPI using pipx, which we assume is installed properly
# you can also create a venv somewhere and add it to the PATH yourself instead
$ pipx install keyring --index-url https://pypi.org/simple