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

Skip to content

Commit 1ac585a

Browse files
authored
fix ReST tag
(This is rendering incorrectly in the HTML docs at http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure.get_tight_layout because of a missing colon)
1 parent 3096a83 commit 1ac585a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def _set_dpi(self, dpi):
414414

415415
def get_tight_layout(self):
416416
"""
417-
Return the Boolean flag, True to use :meth`tight_layout` when drawing.
417+
Return the Boolean flag, True to use :meth:`tight_layout` when drawing.
418418
"""
419419
return self._tight
420420

0 commit comments

Comments
 (0)