Skip to content

Commit 89cc9e8

Browse files
committed
My attempt to improve docstring for select-keys.
1 parent 9f52918 commit 89cc9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixie/stdlib.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ If further arguments are passed, invokes the method named by symbol, passing the
918918
(list (-key self) (-val self))))
919919

920920
(defn select-keys
921-
{:doc "Produces a map with only the values in m contained in key-seq"}
921+
{:doc "Returns a map containing only the entries of `m` where the entry's key is in `key-seq`."}
922922
[m key-seq]
923923
(with-meta
924924
(transduce

0 commit comments

Comments
 (0)