Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit cdcda71

Browse files
committed
Merge remote-tracking branch 'davidmichaelkarr/patch-1'
2 parents 4d3c81c + 8562d90 commit cdcda71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/numeric.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The ``integer`` type is used for integral numbers.
5656
validators use the mathematical value to determine whether a
5757
number is an integer, and not the type alone. Therefore, there is
5858
some disagreement between validators on this point. For example,
59-
a JavaScript-based may accept ``1.0`` as an integer, whereas the
60-
Python-based `jsonschema
59+
a JavaScript-based validator may accept ``1.0`` as an integer,
60+
whereas the Python-based `jsonschema
6161
<https://pypi.python.org/pypi/jsonschema>`__ does not.
6262

6363
Clever use of the ``multipleOf`` keyword (see `multiples`) can be used

0 commit comments

Comments
 (0)