Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak wording
  • Loading branch information
mdickinson committed Dec 3, 2023
commit 9cdc4084cda711177f52d055f53a738a93469f93
2 changes: 1 addition & 1 deletion Doc/library/fractions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ another rational number, or from a string.
formatted is an exact integer. The zero-fill flag ``'0'`` is not
supported.

If the ``format_spec`` format specification string does end with one of
If the ``format_spec`` format specification string ends with one of
the presentation types ``'e'``, ``'E'``, ``'f'``, ``'F'``, ``'g'``,
``'G'`` or ``'%'`` then formatting follows the rules outlined for the
:class:`float` type in the :ref:`formatspec` section.
Expand Down