Skip to content

Commit aac576e

Browse files
committed
Fix more missing backticks
1 parent b521efb commit aac576e

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
@@ -199,8 +199,8 @@ another rational number, or from a string.
199199
:func:`format` built-in function, or :ref:`Formatted string literals
200200
<f-strings>`. The presentation types ``"e"``, ``"E"``, ``"f"``, ``"F"``,
201201
``"g"``, ``"G"`` and ``"%"`` are supported. For these presentation types,
202-
formatting for a :class:`Fraction` object `x` behaves as though the
203-
object `x` were first converted to :class:`float` and then formatted
202+
formatting for a :class:`Fraction` object ``x`` behaves as though the
203+
object ``x`` were first converted to :class:`float` and then formatted
204204
using the float formatting rules, but avoids the loss of precision that
205205
might arise as a result of that conversion.
206206

0 commit comments

Comments
 (0)