Skip to content

Commit 9263622

Browse files
author
Christopher Rowley
committed
fix merge typo
1 parent 2d0f36e commit 9263622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JlWrap/any.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ class Jl(JlBase2):
618618
return self._jl_callmethod($(pyjl_methodnum(pyjlany_mimebundle)), include, exclude)
619619
@property
620620
def __numpy_dtype__(self):
621-
return self._jl_callmethod($(pyjl_methodnum(pyjltype_numpy_dtype)))
621+
return self._jl_callmethod($(pyjl_methodnum(pyjlany_numpy_dtype)))
622622
""",
623623
@__FILE__(),
624624
"exec",

0 commit comments

Comments
 (0)