8000 fix ReST tag · matplotlib/matplotlib@1ac585a · GitHub
[go: up one dir, main page]

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0