summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMuha Ajjan‮ <MuhannadAjjanSyr@gmail.com>2023-01-21 11:24:26 +0100
committerGitHub <noreply@github.com>2023-01-21 11:24:26 +0100
commitb99a6fe012eb0950437e3980bb110e4d1065254e (patch)
tree9d7b42b4b6557288a3fbaed320be133efaaf0b5f /docs
parent95a58e7ba58e769af882502f7436559f61ecca8a (diff)
downloadpip-b99a6fe012eb0950437e3980bb110e4d1065254e.tar.gz
Rename Unix to Linux
this keeps the tabs under "Default paths" and "Avoiding caching" in sync to reproduce the issue this commit solves, go to this page: https://pip.pypa.io/en/stable/topics/caching/ then change the tabs under one of the sections, notice how changing to Unix / Linux breaks sync due to PipCLIDirective using the name [Linux](https://github.com/pypa/pip/blob/95a58e7ba58e769af882502f7436559f61ecca8a/docs/pip_sphinxext.py#L231) for Unix based OS's
Diffstat (limited to 'docs')
-rw-r--r--docs/html/topics/caching.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/topics/caching.md b/docs/html/topics/caching.md
index d1a3f5ea1..954cebe40 100644
--- a/docs/html/topics/caching.md
+++ b/docs/html/topics/caching.md
@@ -67,7 +67,7 @@ You can use `pip cache dir` to get the cache directory that pip is currently con
### Default paths
-````{tab} Unix
+````{tab} Linux
```
~/.cache/pip
```