Skip to content

Commit cc20a2d

Browse files
committed
Remove unintended attribute access
1 parent f8cf62f commit cc20a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8144,7 +8144,7 @@ class Pointer(NamedTuple):
81448144

81458145
@property
81468146
def typename(self):
8147-
return __class__.target_type.__name__
8147+
return __class__.target_type
81488148

81498149
def count(self, item):
81508150
if item == 0:

0 commit comments

Comments
 (0)