Skip to content

Commit 8b4d9b1

Browse files
committed
Make versionchanged entry for float more fitting
1 parent d349618 commit 8b4d9b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/functions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,9 @@ are always available. They are listed here in alphabetical order.
834834
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
835835

836836
.. versionchanged:: next
837-
Added support for ```` (Unicode minus sign, U+2212) as an
838-
alternative to ``-`` (ASCII hyphen minus) for denoting negative
839-
floats.
837+
``'−'`` (Unicode minus sign, U+2212) can be now used as an
838+
alternative to ``'-'`` (ASCII hyphen minus) for denoting
839+
negative sign.
840840

841841

842842
.. index::

0 commit comments

Comments
 (0)