Actually fix bullet list

This commit is contained in:
josealberto4444 2017-10-05 14:12:42 +02:00
parent 9503f23abc
commit 5f69247033

View File

@ -434,6 +434,7 @@ def foo(bar: int, baz=True):
----
Possible values:
- 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 `typing.Union` of multiple types above: Any of these types are valid