8000 fix typo in test · python/cpython@2461ed5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2461ed5

Browse files
committed
fix typo in test
1 parent fdd8877 commit 2461ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_type_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class ClassA:
168168
def func[T](self, a: x, b: T):
169169
...
170170
171-
assert Class.func.__annotations__["a"] is int
171+
assert ClassA.func.__annotations__["a"] is int
172172
"""
173173
)
174174
exec(code, {})

0 commit comments

Comments
 (0)
0