Skip to content

Commit 2cd8e6b

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

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
@@ -354,7 +354,7 @@ Decimal objects
354354

355355
.. productionlist:: decimal
356356
sign: "+" | "-"
357-
digit: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
357+
digit: "0"..."9"
358358
indicator: "e" | "E"
359359
digits: `digit` [`digit`]...
360360
decimal_part: `digits` "." [`digits`] | ["."] `digits`

0 commit comments

Comments
 (0)