Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 23, 2024
1 parent e2e8eb1 commit 8ef0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/safearray.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _make_safearray_type(itemtype):
meta,
f"SAFEARRAY_{itemtype.__name__}",
(_safearray.tagSAFEARRAY,),
{"_type_": meta},
{"_type_": itemtype},
)

try:
Expand Down

0 comments on commit 8ef0971

Please sign in to comment.