Skip to content

Commit f7c3fa7

Browse files
committed
Parenthesize consistently vol. 2
1 parent 6391d27 commit f7c3fa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/functions.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +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:: 3.15
837-
Added support for Unicode minus sign ```` (U+2212) as an alternative to ASCII
838-
hyphen minus ``-`` for denoting negative floats.
837+
Added support for ```` (Unicode minus sign, U+2212) as an
838+
alternative to ``-`` (ASCII hyphen minus) for denoting negative
839+
floats.
839840

840841

841842
.. index::

0 commit comments

Comments
 (0)