Skip to content

Commit 20c6430

Browse files
authored
Merge pull request #494 from eriknw/doc_api_compose_left
Add apply and compose_left to do/source/api.rst
2 parents 96729c6 + 3a9b972 commit 20c6430

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/source/api.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ Functoolz
5959
.. currentmodule:: toolz.functoolz
6060

6161
.. autosummary::
62+
apply
6263
complement
6364
compose
65+
compose_left
6466
curry
6567
do
6668
excepts
@@ -79,13 +81,13 @@ Dicttoolz
7981

8082
.. autosummary::
8183
assoc
82-
dissoc
8384
assoc_in
85+
dissoc
8486
get_in
85-
keyfilter
86-
keymap
8787
itemfilter
8888
itemmap
89+
keyfilter
90+
keymap
8991
merge
9092
merge_with
9193
update_in

0 commit comments

Comments
 (0)