We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5468ad commit b80f68fCopy full SHA for b80f68f
Doc/library/decimal.rst
@@ -358,7 +358,7 @@ Decimal objects
358
indicator: "e" | "E"
359
digits: (`digit` | "_")* `digit` (`digit` | "_")*
360
decimalpart: `digits` "." [`digits`] | ["."] `digits`
361
- exponentpart: indicator [sign] digits
+ exponentpart: `indicator` [`sign`] `digits`
362
infinity: "Infinity" | "Inf"
363
nan: "NaN" [`digits`] | "sNaN" [`digits`]
364
numericvalue: `decimalpart` [`exponentpart`] | `infinity`
0 commit comments