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 1e13f7c commit 2cd8e6bCopy full SHA for 2cd8e6b
Doc/library/decimal.rst
@@ -354,7 +354,7 @@ Decimal objects
354
355
.. productionlist:: decimal
356
sign: "+" | "-"
357
- digit: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
+ digit: "0"..."9"
358
indicator: "e" | "E"
359
digits: `digit` [`digit`]...
360
decimal_part: `digits` "." [`digits`] | ["."] `digits`
0 commit comments