Skip to content

Commit 5b8516b

Browse files
committed
docs: fix simple typo, argumemts -> arguments
There is a small typo in toolz/_signatures.py. Should read `arguments` rather than `argumemts`. Signed-off-by: Tim Gates <[email protected]>
1 parent 245b78e commit 5b8516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolz/_signatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# not include keyword-only arguments.
3737
#
3838
# keyword_only_args: (optional)
39-
# - Tuple of keyword-only argumemts.
39+
# - Tuple of keyword-only arguments.
4040

4141
module_info = {}
4242

0 commit comments

Comments
 (0)