From 912522c0512b44eb5d3549bf1f50bb15e60fbb39 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 4 Apr 2021 07:54:25 +0200 Subject: Doc fix --- docs/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/documentation.md b/docs/documentation.md index 858c754..b3747a9 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -542,7 +542,7 @@ Here is how it works: This is exactly what the ``chattywrapper`` decorator would print: positional arguments are seen as keyword arguments, but only if the client code calls them with the keyword syntax. Otherwise they stay -positional: +positional, i.e. they belongs to the ``args`` tuple and not to ``kwargs``: ```python >>> printsum2(1, 2) -- cgit v1.2.1