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 1e13f7c commit 2cd8e6b
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 @@ -354,7 +354,7 @@ Decimal objects

.. productionlist:: decimal
sign: "+" | "-"
digit: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
digit: "0"..."9"
indicator: "e" | "E"
digits: `digit` [`digit`]...
decimal_part: `digits` "." [`digits`] | ["."] `digits`
Expand Down

0 comments on commit 2cd8e6b

Please sign in to comment.