Skip to content

Commit f558851

Browse files
Update Doc/library/fractions.rst
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b4bdda2 commit f558851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/fractions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
The :mod:`fractions` module provides support for rational number arithmetic.
1515

1616

17-
A Fraction instance can be constructed from a pair of numbers, from
18-
another number, or from a string.
17+
A Fraction instance can be constructed from a pair of rational numbers, from
18+
a single number, or from a string.
1919

2020
.. index:: single: as_integer_ratio()
2121

0 commit comments

Comments
 (0)