Skip to content

Commit 015abbe

Browse files
HarryLHWskirpichev
andauthored
Update Doc/library/decimal.rst
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 2cd8e6b commit 015abbe

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
@@ -356,7 +356,7 @@ Decimal objects
356356
sign: "+" | "-"
357357
digit: "0"..."9"
358358
indicator: "e" | "E"
359-
digits: `digit` [`digit`]...
359+
digits: (`digit`)+
360360
decimal_part: `digits` "." [`digits`] | ["."] `digits`
361361
exponent_part: `indicator` [`sign`] `digits`
362362
infinity: "Infinity" | "Inf"

0 commit comments

Comments
 (0)