Skip to content

Commit 96d497c

Browse files
MarkusHekampf
authored andcommitted
Fix docs on graphene.Int bounds (#891)
1 parent a4681ce commit 96d497c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/types/scalars.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ Graphene defines the following base Scalar Types:
3939
``graphene.Int``
4040

4141
Represents non-fractional signed whole numeric
42-
values. Int can represent values between `-(2^53 - 1)` and `2^53 - 1` since
43-
represented in JSON as double-precision floating point numbers specified
44-
by `IEEE 754 <http://en.wikipedia.org/wiki/IEEE_floating_point>`_.
42+
values. Int is a signed 32‐bit integer per the
43+
`GraphQL spec <https://facebook.github.io/graphql/June2018/#sec-Int>`_
4544

4645
``graphene.Float``
4746

0 commit comments

Comments
 (0)