Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ac585a

Browse filesBrowse 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
Copy full SHA for 1ac585a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.