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 12d7786 commit f2aaed3Copy full SHA for f2aaed3
Doc/library/fractions.rst
@@ -14,8 +14,8 @@
14
The :mod:`fractions` module provides support for rational number arithmetic.
15
16
17
-A Fraction instance can be constructed from a pair of integers, from
18
-another rational number, or from a string.
+A Fraction instance can be constructed from a pair of numbers, from
+another number, or from a string.
19
20
.. index:: single: as_integer_ratio()
21
0 commit comments