Thanks to visit codestin.com Credit goes to github.com
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 63d1522 commit 7804e8cCopy full SHA for 7804e8c
1 file changed
Doc/library/stdtypes.rst
@@ -220,8 +220,8 @@ numbers for the machine on which your program is running is available
220
in :data:`sys.float_info`. Complex numbers have a real and imaginary
221
part, which are each a floating point number. To extract these parts
222
from a complex number *z*, use ``z.real`` and ``z.imag``. (The standard
223
-library includes additional numeric types, :mod:`fractions` that hold
224
-rationals, and :mod:`decimal` that hold floating-point numbers with
+library includes the additional numeric types :mod:`fractions.Fraction`, for
+rationals, and :mod:`decimal.Decimal`, for floating-point numbers with
225
user-definable precision.)
226
227
.. index::
0 commit comments