Skip to content

Commit c0af099

Browse files
doc typo: spell limitation (GH-96542)
(cherry picked from commit af6359d) Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
1 parent f255820 commit c0af099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5531,7 +5531,7 @@ Verification:
55315531
Affected APIs
55325532
-------------
55335533

5534-
The limition only applies to potentially slow conversions between :class:`int`
5534+
The limitation only applies to potentially slow conversions between :class:`int`
55355535
and :class:`str` or :class:`bytes`:
55365536

55375537
* ``int(string)`` with default base 10.

0 commit comments

Comments
 (0)