We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7918f1 commit 04debbbCopy full SHA for 04debbb
docs/usage.rst
@@ -27,10 +27,7 @@ for any of these types:
27
* :class:`uuid.UUID`
28
* :class:`decimal.Decimal`
29
* :class:`enum.Enum` (if you have `marshmallow_enum`_ installed.)
30
-
31
-If you have :mod:`marshmallow_union` installed, then :class:`typing.Union` is handled by
32
-trying to deserialize into each of the unioned types until one succeeds.
33
+* :class:`typing.Union` (if you have `marshmallow_union` installed, tries each type until one succeeds.)
34
35
36
There are two syntaxes for
0 commit comments