Skip to content

Commit 0c5c744

Browse files
jjtoltoncnuernber
authored andcommitted
fix docstring
1 parent 73f9c7f commit 0c5c744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libpython_clj/python.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
(defn run-simple-string
165165
"Run a string expression returning a map of
166-
{:globals :locals :result}.
166+
{:globals :locals}.
167167
This uses the global __main__ dict under the covers so it matches the behavior
168168
of the cpython implementation with the exception of returning the various maps
169169
used.

0 commit comments

Comments
 (0)