Commit 22cea1f
committed
Fixed small bug in Appender class in docstring module.
Former Bug was that all strings will be append directly after old
docstring independent of self.join
Can be tested with matplotlib.pyplot.figimage.__doc__ where Appender
class has been used.1 parent ea8fa7b commit 22cea1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments