diff options
Diffstat (limited to 'src/tests/documentation.py')
-rw-r--r-- | src/tests/documentation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py index b704b91..0e8170a 100644 --- a/src/tests/documentation.py +++ b/src/tests/documentation.py @@ -526,6 +526,7 @@ be added to the generated function: >>> print(f1.__source__) def f1(a, b): f(a, b) + <BLANKLINE> ``FunctionMaker.create`` can take as first argument a string, as in the examples before, or a function. This is the most common |