Skip to content

Commit

Permalink
Update Doc/library/decimal.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey B Kirpichev <[email protected]>
  • Loading branch information
HarryLHW and skirpichev authored Dec 31, 2024
1 parent 2cd8e6b commit 015abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/decimal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Decimal objects
sign: "+" | "-"
digit: "0"..."9"
indicator: "e" | "E"
digits: `digit` [`digit`]...
digits: (`digit`)+
decimal_part: `digits` "." [`digits`] | ["."] `digits`
exponent_part: `indicator` [`sign`] `digits`
infinity: "Infinity" | "Inf"
Expand Down

0 comments on commit 015abbe

Please sign in to comment.