Skip to content

Commit

Permalink
Doc: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson committed Jan 14, 2024
1 parent adc4ee5 commit 7e5c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ expression support in the :mod:`re` module).
.. versionchanged:: 3.13
*count* is now supported as a keyword argument.

For example::
For example::

>>> 'spam, spam, spam'.replace('spam', 'eggs')
'eggs, eggs, eggs'
Expand Down

0 comments on commit 7e5c86d

Please sign in to comment.