Skip to content

Commit 36a7e88

Browse files
committed
Merge pull request #432 from uvtc/patch-2
My attempt to improve docstring for `select-keys`.
2 parents f16cae7 + 89cc9e8 commit 36a7e88

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
@@ -967,7 +967,7 @@ If further arguments are passed, invokes the method named by symbol, passing the
967967
(list (-key self) (-val self))))
968968

969969
(defn select-keys
970-
{:doc "Produces a map with only the values in m contained in key-seq"}
970+
{:doc "Returns a map containing only the entries of `m` where the entry's key is in `key-seq`."}
971971
[m key-seq]
972972
(with-meta
973973
(transduce

0 commit comments

Comments
 (0)