clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.06k stars 69 forks source link

ISSUE-129: bad docstring on run-simple-string #130

Closed jjtolton closed 3 years ago

jjtolton commented 3 years ago

Closes: https://github.com/clj-python/libpython-clj/issues/129

Docstring on run-simple-string gives the impression a :result will be returned. On examining the code, it's clear that no meaningful result will be returned in :result, and so the documentation should be amended to reflect that.

cnuernber commented 3 years ago

Thanks for fixing this :-).