Skip to content

Commit 7cb1905

Browse files
Update Lib/fractions.py
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 416b9cd commit 7cb1905

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
@@ -413,7 +413,7 @@ def limit_denominator(self, max_denominator=1000000):
413413

414414
@property
415415
def numerator(a):
416-
"""Numerator in lowest terms."""
416+
"""The numerator of a rational number in lowest terms."""
417417
return a._numerator
418418

419419
@property

0 commit comments

Comments
 (0)