Skip to content

Commit

Permalink
Merge pull request matplotlib#12066 from anntzer/spyinterpolation
Browse files Browse the repository at this point in the history
fix indentation in docstring interpolation for spy.
  • Loading branch information
ivanov authored Sep 8, 2018
2 parents b91b740 + 50dbe05 commit 1393d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7681,7 +7681,7 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
For the marker style, you can pass any `.Line2D` property except
for *linestyle*:
%(Line2D)s
%(Line2D)s
"""
if marker is None and markersize is None and hasattr(Z, 'tocoo'):
marker = 's'
Expand Down

0 comments on commit 1393d3b

Please sign in to comment.