8000 Merge pull request #7400 from Wooble/patch-1 · matplotlib/matplotlib@4019a8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4019a8c

Browse files
authored
Merge pull request #7400 from Wooble/patch-1
fix ReST tag
2 parents 3096a83 + 1ac585a commit 4019a8c

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