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 f3dccd0 commit 9353f09Copy full SHA for 9353f09
Doc/library/functions.rst
@@ -795,7 +795,7 @@ are always available. They are listed here in alphabetical order.
795
whitespace characters are removed:
796
797
.. productionlist:: float
798
- sign: "+" | "-" | <U+2212 (Unicode minus sign)>
+ sign: "+" | "-" | <"−" (Unicode minus sign, U+2212)>
799
infinity: "Infinity" | "inf"
800
nan: "nan"
801
digit: <a Unicode decimal digit, i.e. characters in Unicode general category Nd>
0 commit comments