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 6391d27 commit f7c3fa7Copy full SHA for f7c3fa7
Doc/library/functions.rst
@@ -834,8 +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:: 3.15
837
- Added support for Unicode minus sign ``−`` (U+2212) as an alternative to ASCII
838
- hyphen minus ``-`` for denoting negative floats.
+ Added support for ``−`` (Unicode minus sign, U+2212) as an
+ alternative to ``-`` (ASCII hyphen minus) for denoting negative
839
+ floats.
840
841
842
.. index::
0 commit comments