Skip to content

Commit

Permalink
Fixing markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 17, 2023
1 parent a06704c commit 91141ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/executors.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ with HTTPThreadPoolExecutor() as executor:
- **max_workers** *Optional[int]*: number of threads to be spawned by the pool. Will default to some sensible number based on your number of CPUs.
- **wait** *bool* [`True`]: whether to wait for the threads to be joined when terminating the pool.
- **daemonic** *bool* [`False`]: whether to spawn daemon threads.
- **timeout** *Optional[float | urllib3.Timeout]: default timeout to be used for any HTTP call.
- **timeout** *Optional[float | urllib3.Timeout]*: default timeout to be used for any HTTP call.
- **insecure** *bool*: whether to allow insecure HTTPS connections.
- **spoof_tls_ciphers** *bool* [`False`]: whether to spoof the TLS ciphers.
- **proxy** *Optional[str]*: url to a proxy server to be used.
Expand Down

0 comments on commit 91141ed

Please sign in to comment.