Skip to content

Commit a9f7f66

Browse files
committed
Remove trailing space from 'Int' description
Replicates graphql/graphql-js@5eecef2
1 parent 02e20b9 commit a9f7f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/type/scalars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def parse_int_literal(ast, _variables=None):
8282
name="Int",
8383
description="The `Int` scalar type represents"
8484
" non-fractional signed whole numeric values."
85-
" Int can represent values between -(2^31) and 2^31 - 1. ",
85+
" Int can represent values between -(2^31) and 2^31 - 1.",
8686
serialize=serialize_int,
8787
parse_value=coerce_int,
8888
parse_literal=parse_int_literal,

0 commit comments

Comments
 (0)