From 5b8516b5ed7c92d2f077d01647c5882929293c8c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 16 Jul 2022 15:25:26 +1000 Subject: [PATCH] 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 --- toolz/_signatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolz/_signatures.py b/toolz/_signatures.py index 3ce1616a..ff536327 100644 --- a/toolz/_signatures.py +++ b/toolz/_signatures.py @@ -36,7 +36,7 @@ # not include keyword-only arguments. # # keyword_only_args: (optional) -# - Tuple of keyword-only argumemts. +# - Tuple of keyword-only arguments. module_info = {}