Skip to content

Commit 2ab2622

Browse files
authored
Update configuration text (from @annatisch)
1 parent cef4818 commit 2ab2622

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/operation_config.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Operation config
55

66
Methods on operations have extra parameters which can be provided in the kwargs. This is called `operation_config`.
77

8-
The list of operation configuration is:
8+
The options for operation configuration are:
99

1010
=============== ==== ====
1111
Parameter name Type Role
1212
=============== ==== ====
13-
verify bool
14-
cert str
15-
timeout int
16-
allow_redirects bool
17-
max_redirects int
18-
proxies dict
19-
use_env_proxies bool whether to read proxy settings from local env vars
20-
retries int number of retries
13+
verify bool Whether to verify the SSL certificate. Default is True.
14+
cert str Path to local certificate for client side verification.
15+
timeout int Timeout for establishing a server connection in seconds.
16+
allow_redirects bool Whether to allow redirects.
17+
max_redirects int Maimum number of allowed redirects.
18+
proxies dict Proxy server settings.
19+
use_env_proxies bool Whether to read proxy settings from local environment variables.
20+
retries int Total number of retry attempts.
2121
=============== ==== ====

0 commit comments

Comments
 (0)