summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2016-02-06 06:59:47 +0100
committerMichele Simionato <michele.simionato@gmail.com>2016-02-06 06:59:47 +0100
commit913b8bdffaefb97b6e658aae525c2fac53395247 (patch)
treed105cbbfe417ad4cde16ecb69da83ee5be30c2bc /src
parent3ef8159f9dbd60f8d4877c1fbb3617d21017e948 (diff)
downloadpython-decorator-git-4.0.7.tar.gz
Fixed the documentation4.0.7
Diffstat (limited to 'src')
-rw-r--r--src/tests/documentation.py1
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