Skip to content

Commit 83239b0

Browse files
authored
Fix remaining usages of default-timeout in docs
The configuration option has been renamed to `timeout`, but it looks like the change wasn't reflected in this part of the docs.
1 parent 51de88c commit 83239b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/topics/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ then the latter value will be used.
118118
The names of the settings are derived from the long command line option.
119119

120120
As an example, if you want to use a different package index (`--index-url`) and
121-
set the HTTP timeout (`--default-timeout`) to 60 seconds, your config file would
121+
set the HTTP timeout (`--timeout`) to 60 seconds, your config file would
122122
look like this:
123123

124124
```ini
@@ -205,7 +205,7 @@ pip's command line options can be set with environment variables using the
205205
format `PIP_<UPPER_LONG_NAME>` . Dashes (`-`) have to be replaced with
206206
underscores (`_`).
207207

208-
- `PIP_DEFAULT_TIMEOUT=60` is the same as `--default-timeout=60`
208+
- `PIP_TIMEOUT=60` is the same as `--timeout=60`
209209
- ```
210210
PIP_FIND_LINKS="http://mirror1.example.com http://mirror2.example.com"
211211
```

0 commit comments

Comments
 (0)