Skip to content

Commit f0c71a1

Browse files
authored
typo
1 parent 866d9e3 commit f0c71a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpython/jlwrap.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function _pyjl_serialize(self::PyPtr, ::PyPtr)
207207
catch e
208208
PyErr_SetString(
209209
POINTERS.PyExc_Exception,
210-
"error serializing this value. Caught exception $(sprint(showerror, e. catch_backtrace()))"
210+
"error serializing this value. Caught exception $(sprint(showerror, e, catch_backtrace()))"
211211
)
212212
return PyNULL
213213
end
@@ -225,7 +225,7 @@ function _pyjl_deserialize(t::PyPtr, v::PyPtr)
225225
catch e
226226
PyErr_SetString(
227227
POINTERS.PyExc_Exception,
228-
"error deserializing this value. Caught exception $(sprint(showerror, e. catch_backtrace()))"
228+
"error deserializing this value. Caught exception $(sprint(showerror, e, catch_backtrace()))"
229229
)
230230
return PyNULL
231231
end

0 commit comments

Comments
 (0)