Skip to content

Commit 76d7105

Browse files
doc typo: spell limitation (GH-96542)
(cherry picked from commit af6359d) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
1 parent c3dbbc8 commit 76d7105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5482,7 +5482,7 @@ Verification:
54825482
Affected APIs
54835483
-------------
54845484

5485-
The limition only applies to potentially slow conversions between :class:`int`
5485+
The limitation only applies to potentially slow conversions between :class:`int`
54865486
and :class:`str` or :class:`bytes`:
54875487

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

0 commit comments

Comments
 (0)