From 8c006858036a174f4d6cf230951b8c3b4859aff9 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 Jun 2022 16:08:58 +0200 Subject: [PATCH] Add missing new line --- docs/types/unions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/types/unions.rst b/docs/types/unions.rst index e17b63bc..2946f85c 100644 --- a/docs/types/unions.rst +++ b/docs/types/unions.rst @@ -105,6 +105,7 @@ An example with `is_type_of` and `Meta.possible_types`: An example with `resolve_type`: .. code:: python + class One(ObjectType): one = String()