diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2016-02-06 06:59:47 +0100 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2016-02-06 06:59:47 +0100 |
commit | 913b8bdffaefb97b6e658aae525c2fac53395247 (patch) | |
tree | d105cbbfe417ad4cde16ecb69da83ee5be30c2bc /src/tests/documentation.py | |
parent | 3ef8159f9dbd60f8d4877c1fbb3617d21017e948 (diff) | |
download | python-decorator-git-4.0.7.tar.gz |
Fixed the documentation4.0.7
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 |