8000 Fix typo in typing docs: Remove redundant backtick (#108559) · python/cpython@72b615a · GitHub
[go: up one dir, main page]

Skip to content

Commit 72b615a

Browse files
authored
Fix typo in typing docs: Remove redundant backtick (#108559)
1 parent 5d936b6 commit 72b615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ contrast, a variable annotated with ``type[C]`` (or
462462
themselves -- specifically, it will accept the *class object* of ``C``. For
463463
example::
464464

465-
a = 3 # Has type ``int```
465+
a = 3 # Has type ``int``
466466
b = int # Has type ``type[int]``
467467
c = type(a) # Also has type ``type[int]``
468468

0 commit comments

Comments
 (0)
0