Skip to content

Commit 453bc8c

Browse files
authored
pythongh-92417: fractions docs: remove references to Python <3.2
python#92417
1 parent 0924b95 commit 453bc8c

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
@@ -122,7 +122,7 @@ another rational number, or from a string.
122122

123123
.. note::
124124

125-
From Python 3.2 onwards, you can also construct a
125+
You can also construct a
126126
:class:`Fraction` instance directly from a :class:`float`.
127127

128128

@@ -133,7 +133,7 @@ another rational number, or from a string.
133133

134134
.. note::
135135

136-
From Python 3.2 onwards, you can also construct a
136+
You can also construct a
137137
:class:`Fraction` instance directly from a :class:`decimal.Decimal`
138138
instance.
139139

0 commit comments

Comments
 (0)