From 609516b13516810fa746629222d41268ab01ff3a Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sun, 8 May 2016 22:26:25 +0200 Subject: Fix minor typo in the doc --- src/tests/documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') 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 -- cgit v1.2.1