diff options
| -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 890b82d..ffc1bf5 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -1112,7 +1112,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 |
