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
doc typo: limitation
  • Loading branch information
gpshead committed Sep 4, 2022
commit 52f2c2695d4af89ab911bdf599cdf28dff658dde
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4945,7 +4945,7 @@ Verification:
Affected APIs
-------------

The limition only applies to potentially slow conversions between :class:`int`
The limitation only applies to potentially slow conversions between :class:`int`
and :class:`str` or :class:`bytes`:

* ``int(string)`` with default base 10.
Expand Down