Skip to content

Commit 1f2519a

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

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
@@ -417,7 +417,6 @@ def numerator(a):
417417

418418
@property
419419
def denominator(a):
420-
"""The (positive) denominator of a rational number in lowest terms."""
421420
return a._denominator
422421

423422
def __repr__(self):

0 commit comments

Comments
 (0)