mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
docs: Fix wrong option type (#5633)
This commit is contained in:
parent
a1631154d7
commit
5697b2e352
1 changed files with 1 additions and 1 deletions
|
|
@ -95,4 +95,4 @@ The following types are supported for options.
|
|||
|
||||
- Primitive types - `str`, `int`, `float`, `bool`.
|
||||
- Optional values, annotated using `typing.Optional`.
|
||||
- Sequences of values, annotated using `typing.Sequence`.
|
||||
- Sequences of values, annotated using `collections.abc.Sequence`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue