diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2021-04-04 07:54:25 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2021-04-04 07:54:25 +0200 |
| commit | 912522c0512b44eb5d3549bf1f50bb15e60fbb39 (patch) | |
| tree | b0c28662a1e64b0afc51fe5d0f0cacdabd46efa5 /src/tests/documentation.py | |
| parent | 13aa60958d40e8ac9ba46d5f0abd8c497e96c95c (diff) | |
| download | python-decorator-git-912522c0512b44eb5d3549bf1f50bb15e60fbb39.tar.gz | |
Doc fix
Diffstat (limited to 'src/tests/documentation.py')
| -rw-r--r-- | src/tests/documentation.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
