Actually fix bullet list
This commit is contained in:
parent
9503f23abc
commit
5f69247033
@ -434,6 +434,7 @@ def foo(bar: int, baz=True):
|
|||||||
----
|
----
|
||||||
|
|
||||||
Possible values:
|
Possible values:
|
||||||
|
|
||||||
- A callable (`int`, `float`, etc.): Gets called to validate/convert the value.
|
- A callable (`int`, `float`, etc.): Gets called to validate/convert the value.
|
||||||
- A python enum type: All members of the enum are possible values.
|
- A python enum type: All members of the enum are possible values.
|
||||||
- A `typing.Union` of multiple types above: Any of these types are valid
|
- A `typing.Union` of multiple types above: Any of these types are valid
|
||||||
|
Loading…
Reference in New Issue
Block a user