Closed as not planned
Description
Documentation
Both print(math.pi.__doc__)
and print(help(math.pi))
are returning the wrong documentation.
(A clear and concise description of the issue.)
This code was executed in Thonny 4.02, Python version 3.10.9.
**Convert a string or number to a floating point number, if possible.
Help on float object:
class float(object)
| float(x=0, /)
|
| Convert a string or number to a floating point number, if possible.**