Skip to content

Commit a531cb6

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/fractions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ def limit_denominator(self, max_denominator=1000000):
413413

414414
@property
415415
def numerator(a):
416-
"""The numerator of a rational number in lowest terms."""
417416
return a._numerator
418417

419418
@property

0 commit comments

Comments
 (0)