From 913b8bdffaefb97b6e658aae525c2fac53395247 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 6 Feb 2016 06:59:47 +0100 Subject: Fixed the documentation --- src/tests/documentation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/documentation.py') 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) + ``FunctionMaker.create`` can take as first argument a string, as in the examples before, or a function. This is the most common -- cgit v1.2.1