Skip to content

Commit 4745da9

Browse files
committed
test
1 parent f24fe70 commit 4745da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_ctypes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class _CField(Generic[_CT, _GetT, _SetT]):
201201
size: int
202202
if sys.version_info >= (3, 14):
203203
name: str
204-
type: type[_CT]
204+
_type_: type[_CT]
205205
byte_offset: int
206206
byte_size: int
207207
is_bitfield: bool

0 commit comments

Comments
 (0)