Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50dbe05

Browse files
committed
fix indentation in docstring interpolation for spy.
All's in the title.
1 parent b91b740 commit 50dbe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7681,7 +7681,7 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
76817681
For the marker style, you can pass any `.Line2D` property except
76827682
for *linestyle*:
76837683
7684-
%(Line2D)s
7684+
%(Line2D)s
76857685
"""
76867686
if marker is None and markersize is None and hasattr(Z, 'tocoo'):
76877687
marker = 's'

0 commit comments

Comments
 (0)