Skip to content

Commit 5ce17c9

Browse files
committed
Update float syntax snippet
1 parent 03d24b2 commit 5ce17c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ are always available. They are listed here in alphabetical order.
794794
whitespace characters are removed:
795795

796796
.. productionlist:: float
797-
sign: "+" | "-"
797+
sign: "+" | "-" | <U+2212 "−">
798798
infinity: "Infinity" | "inf"
799799
nan: "nan"
800800
digit: <a Unicode decimal digit, i.e. characters in Unicode general category Nd>

0 commit comments

Comments
 (0)