From b5cc0a81dad27f8f3f296e9f2c8460d8b8c50ed2 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 20 Feb 2017 21:57:39 -0800 Subject: [PATCH] Improved scalar docs. Fixed #394 --- docs/types/scalars.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/scalars.rst b/docs/types/scalars.rst index ae195884..0958722d 100644 --- a/docs/types/scalars.rst +++ b/docs/types/scalars.rst @@ -72,4 +72,4 @@ Types mounted in a ``Field`` act as ``Argument``\ s. graphene.Field(graphene.String, to=graphene.String()) # Is equivalent to: - graphene.Field(graphene.String, to=graphene.Argument(graphene.String())) + graphene.Field(graphene.String, to=graphene.Argument(graphene.String))