Skip to content

Commit 6f84a02

Browse files
mehrdadmoradiimiss-islington
authored andcommitted
doc typo: spell limitation (pythonGH-96542)
(cherry picked from commit af6359d) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
1 parent f255820 commit 6f84a02

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)