diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-04 06:30:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 06:30:11 (GMT) |
commit | 76d710512479a15966d00f70f722270ab884f44f (patch) | |
tree | fa55549d802b0591dc706428ea4298857e56d817 | |
parent | c3dbbc88da38668c27231323cb6dd40813596f7f (diff) | |
download | cpython-76d710512479a15966d00f70f722270ab884f44f.zip cpython-76d710512479a15966d00f70f722270ab884f44f.tar.gz cpython-76d710512479a15966d00f70f722270ab884f44f.tar.bz2 |
doc typo: spell limitation (GH-96542)
(cherry picked from commit af6359dd5c5e20adec12501aaa6074716c316e41)
Co-authored-by: Mehrdad Moradizadeh <mhrddmoradii@gmail.com>
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f6bd273..bc365bb 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -5482,7 +5482,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. |