From 912522c0512b44eb5d3549bf1f50bb15e60fbb39 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 4 Apr 2021 07:54:25 +0200 Subject: Doc fix --- src/tests/documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/documentation.py') diff --git a/src/tests/documentation.py b/src/tests/documentation.py index 02f5b37..40b0a28 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -424,7 +424,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