Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea8fa7b + 22cea1f commit 1ecafbbCopy full SHA for 1ecafbb
1 file changed
lib/matplotlib/docstring.py
@@ -87,7 +87,7 @@ def __init__(self, addendum, join=''):
87
88
def __call__(self, func):
89
docitems = [func.__doc__, self.addendum]
90
- func.__doc__ = func.__doc__ and ''.join(docitems)
+ func.__doc__ = func.__doc__ and self.join.join(docitems)
91
return func
92
93
0 commit comments