Skip to content

Commit a96dad5

Browse files
author
Christopher Doris
committed
typo
1 parent 57058ed commit a96dad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstract/object.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export pytruth
106106
107107
The falsyness of `x`. Equivalent to `not x` in Python, converted to a `Bool`.
108108
"""
109-
pynot(x) = errcheck(@autopy x C.PyObject_IsNot(getptr(x_))) == 1
109+
pynot(x) = errcheck(@autopy x C.PyObject_Not(getptr(x_))) == 1
110110
export pynot
111111

112112
"""

0 commit comments

Comments
 (0)