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 2cd8e6b commit 015abbeCopy full SHA for 015abbe
Doc/library/decimal.rst
@@ -356,7 +356,7 @@ Decimal objects
356
sign: "+" | "-"
357
digit: "0"..."9"
358
indicator: "e" | "E"
359
- digits: `digit` [`digit`]...
+ digits: (`digit`)+
360
decimal_part: `digits` "." [`digits`] | ["."] `digits`
361
exponent_part: `indicator` [`sign`] `digits`
362
infinity: "Infinity" | "Inf"
0 commit comments