Skip to content

Commit 5930dcb

Browse files
committed
Change "+Infinity" to "Infinity"
1 parent 948626f commit 5930dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ mandatory names:
613613

614614
- A JSON string of the form:
615615

616-
- ``"+Infinity"``, denoting positive infinity;
616+
- ``"Infinity"``, denoting positive infinity;
617617
- ``"-Infinity"``, denoting negative infinity;
618618
- ``"NaN"``, denoting thenot-a-number (NaN) value where the sign bit is
619619
0 (positive), the most significant bit (MSB) of the mantissa is 1, and

0 commit comments

Comments
 (0)