Skip to content

Commit b99a6fe

Browse files
authored
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
1 parent 95a58e7 commit b99a6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/topics/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can use `pip cache dir` to get the cache directory that pip is currently con
6767

6868
### Default paths
6969

70-
````{tab} Unix
70+
````{tab} Linux
7171
```
7272
~/.cache/pip
7373
```

0 commit comments

Comments
 (0)