Skip to content

Commit bf96102

Browse files
committed
Merge pull request matplotlib#2317 from deanmalmgren/fix-scale_docs
fix the docstring for scale_docs
2 parents 2a85d16 + c4e77ff commit bf96102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,5 +534,5 @@ def get_scale_docs():
534534

535535
docstring.interpd.update(
536536
scale=' | '.join([repr(x) for x in get_scale_names()]),
537-
scale_docs=get_scale_docs().strip(),
537+
scale_docs=get_scale_docs().rstrip(),
538538
)

0 commit comments

Comments
 (0)