mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix typo.
This commit is contained in:
parent
04427a077f
commit
d26c306bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ implement a Python interpreter. It deliberately avoids including some of
|
|||
the types that arise only incidentally during processing such as the
|
||||
``listiterator`` type.
|
||||
|
||||
Typical use is of these names is for :func:`isinstance` or
|
||||
Typical use of these names is for :func:`isinstance` or
|
||||
:func:`issubclass` checks.
|
||||
|
||||
Standard names are defined for the following types:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue