8000 [3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559)… · python/cpython@5531d03 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5531d03

Browse files
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
Fix typo in typing docs: Remove redundant backtick (GH-108559) (cherry picked from commit 72b615a) Co-authored-by: nikkie <takuyafjp+develop@gmail.com>
1 parent f90099c commit 5531d03

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