mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typo in typing docs: Remove redundant backtick (#108559)
This commit is contained in:
parent
5d936b6479
commit
72b615ab01
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ contrast, a variable annotated with ``type[C]`` (or
|
|||
themselves -- specifically, it will accept the *class object* of ``C``. For
|
||||
example::
|
||||
|
||||
a = 3 # Has type ``int```
|
||||
a = 3 # Has type ``int``
|
||||
b = int # Has type ``type[int]``
|
||||
c = type(a) # Also has type ``type[int]``
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue