Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Update Doc/library/functions.rst
  • Loading branch information
serhiy-storchaka authored May 30, 2024
commit c23c65909d12965fb08cfd1e435c7cfba8709c6f
2 changes: 1 addition & 1 deletion Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ are always available. They are listed here in alphabetical order.
sign may be ``'+'`` or ``'-'``; a ``'+'`` sign has no effect on the value
produced. The argument may also be a string representing a NaN
(not-a-number), or positive or negative infinity.
More precisely, the input must conform to the :token:`~float:`floatvalue`
More precisely, the input must conform to the :token:`~float:floatvalue`
production rule in the following grammar, after leading and trailing
whitespace characters are removed:

Expand Down