Skip to content
Merged
Changes from all commits
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
changing limition to limitation
  • Loading branch information
mehrdadmoradii committed Sep 3, 2022
commit a530cdc7f74d8a19dab6c677a3ac25e45fea1e01
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5535,7 +5535,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