8000 Trivial change in fractions module docs: real -> rational numbers (GH… · python/cpython@5ffa58c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ffa58c

Browse files
authored
Trivial change in fractions module docs: real -> rational numbers (GH-25009)
Obviously, the former was a little misleading: not only rationals may be considered as "infinite-precision, real numbers" - but, for example, any real finite extension of the rationals.
1 parent 5f28752 commit 5ffa58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/fractions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Originally contributed by Sjoerd Mullender.
22
# Significantly modified by Jeffrey Yasskin <jyasskin at gmail.com>.
33

4-
"""Fraction, infinite-precision, real numbers."""
4+
"""Fraction, infinite-precision, rational numbers."""
55

66
from decimal import Decimal
77
import math

0 commit comments

Comments
 (0)
0