Skip to content

Commit b5cc0a8

Browse files
committed
Improved scalar docs. Fixed #394
1 parent 7440064 commit b5cc0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/scalars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Types mounted in a ``Field`` act as ``Argument``\ s.
7272
graphene.Field(graphene.String, to=graphene.String())
7373
7474
# Is equivalent to:
75-
graphene.Field(graphene.String, to=graphene.Argument(graphene.String()))
75+
graphene.Field(graphene.String, to=graphene.Argument(graphene.String))

0 commit comments

Comments
 (0)