Skip to content

Commit 9a45360

Browse files
authored
Fix set-item! docstring (#203)
1 parent ceb4e5e commit 9a45360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpython_clj2/python.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ user> (py/py. np linspace 2 3 :num 10)
232232

233233

234234
(defn set-item!
235-
"Get an item from a python object using __setitem__"
235+
"Set an item on a python object using __setitem__"
236236
[pyobj item-name item-val]
237237
(with-gil (py-proto/set-item! pyobj item-name item-val))
238238
pyobj)

0 commit comments

Comments
 (0)