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.
versionchanged
float
1 parent d349618 commit 8b4d9b1Copy full SHA for 8b4d9b1
Doc/library/functions.rst
@@ -834,9 +834,9 @@ are always available. They are listed here in alphabetical order.
834
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
835
836
.. versionchanged:: next
837
- Added support for ``−`` (Unicode minus sign, U+2212) as an
838
- alternative to ``-`` (ASCII hyphen minus) for denoting negative
839
- floats.
+ ``'−'`` (Unicode minus sign, U+2212) can be now used as an
+ alternative to ``'-'`` (ASCII hyphen minus) for denoting
+ negative sign.
840
841
842
.. index::
0 commit comments