summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhil Elson <pelson.pub@gmail.com>2022-11-16 21:17:33 +0100
committerGitHub <noreply@github.com>2022-11-16 21:17:33 +0100
commit93ade8586e3eb3792250f1f0eb924c1664bc4df7 (patch)
tree13f8b9d3901e116ef7220c9f4700195b959458f7 /docs
parent4a87ab04c83aad4d2955e9e3e82ac2dd83d3cef9 (diff)
downloadpip-93ade8586e3eb3792250f1f0eb924c1664bc4df7.tar.gz
Update docs/html/topics/configuration.md
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/html/topics/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/topics/configuration.md b/docs/html/topics/configuration.md
index c544d0c70..ddeee0826 100644
--- a/docs/html/topics/configuration.md
+++ b/docs/html/topics/configuration.md
@@ -26,7 +26,7 @@ pip has 4 "levels" of configuration files:
- `global`: system-wide configuration file, shared across all users.
- `user`: per-user configuration file, shared across all environments.
-- `base` : per-base environment configuration file, shared across all virtualenvs with the same base. (added in pip `v23`)
+- `base` : per-base environment configuration file, shared across all virtualenvs with the same base. (available since pip 23.0)
- `site`: per-environment configuration file; i.e. per-virtualenv.
### Location