Skip to content

Commit b636623

Browse files
committed
fix typo
1 parent 782eef3 commit b636623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/pywrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ inline PyObject* get_pickle_module() {
276276
module = PyImport_ImportModule("pickle");
277277
}
278278
if (module == NULL) {
279-
throw SymEngineException("error importing pickle module.")
279+
throw SymEngineException("error importing pickle module.");
280280
}
281281
return module;
282282
}

0 commit comments

Comments
 (0)