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 b4bdda2 commit f558851Copy full SHA for f558851
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 numbers, from
18
-another number, or from a string.
+A Fraction instance can be constructed from a pair of rational numbers, from
+a single number, or from a string.
19
20
.. index:: single: as_integer_ratio()
21
0 commit comments