Skip to content

Commit b80f68f

Browse files
HarryLHWpicnixz
andauthored
Update Doc/library/decimal.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent f5468ad commit b80f68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Decimal objects
358358
indicator: "e" | "E"
359359
digits: (`digit` | "_")* `digit` (`digit` | "_")*
360360
decimalpart: `digits` "." [`digits`] | ["."] `digits`
361-
exponentpart: indicator [sign] digits
361+
exponentpart: `indicator` [`sign`] `digits`
362362
infinity: "Infinity" | "Inf"
363363
nan: "NaN" [`digits`] | "sNaN" [`digits`]
364364
numericvalue: `decimalpart` [`exponentpart`] | `infinity`

0 commit comments

Comments
 (0)