diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2016-05-09 05:08:52 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2016-05-09 05:08:52 +0200 |
| commit | 7a1cfb54bb3083aca6e8b2a088ca8a68c8d5a125 (patch) | |
| tree | c6b51b0c9558b268f8591214da603250f41a5e68 /src/tests | |
| parent | 245eb3cfb319a090dc577d6ad0c09b9d8a419faf (diff) | |
| parent | 609516b13516810fa746629222d41268ab01ff3a (diff) | |
| download | python-decorator-git-7a1cfb54bb3083aca6e8b2a088ca8a68c8d5a125.tar.gz | |
Merge pull request #30 from pombredanne/patch-1
Fix minor typo in the doc
Diffstat (limited to 'src/tests')
| -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 f801236..1d62239 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -1108,7 +1108,7 @@ simply disappears. This is a technique that you should keep in mind when writing decorators for functions with keyword arguments. On a similar note, there is a restriction on argument names. For instance, -if name an argument ``_call_`` or ``_func_``, you will get a ``NameError``: +if you name an argument ``_call_`` or ``_func_``, you will get a ``NameError``: .. code-block:: python |
