From 1ac585a5796ba2e11be1c6fabfa9b07615b7fa5e Mon Sep 17 00:00:00 2001 From: Geoffrey Spear Date: Fri, 4 Nov 2016 11:42:52 -0400 Subject: [PATCH] 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) --- lib/matplotlib/figure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index 9913d803658..52edd19d9e5 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -414,7 +414,7 @@ def _set_dpi(self, dpi): def get_tight_layout(self): """ - Return the Boolean flag, True to use :meth`tight_layout` when drawing. + Return the Boolean flag, True to use :meth:`tight_layout` when drawing. """ return self._tight