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
doc typo: spell limitation (GH-96542)
(cherry picked from commit af6359d)

Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
  • Loading branch information
mehrdadmoradii authored and miss-islington committed Sep 4, 2022
commit 6f84a02d2b6faf4bbe46bac5f17ad290575ef0dc
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5531,7 +5531,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