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

Skip to content

Commit 07bd9a4

Browse files
committed
Revert change to formatting of 2 docstrings.
1 parent 1c55258 commit 07bd9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4226,9 +4226,9 @@ def twiny(self):
42264226
return ax2
42274227

42284228
def get_shared_x_axes(self):
4229-
'Return a reference to the shared axes Grouper object for x axes'
4229+
"""Return a reference to the shared axes Grouper object for x axes."""
42304230
return self._shared_x_axes
42314231

42324232
def get_shared_y_axes(self):
4233-
'Return a reference to the shared axes Grouper object for y axes'
4233+
"""Return a reference to the shared axes Grouper object for y axes."""
42344234
return self._shared_y_axes

0 commit comments

Comments
 (0)