Skip to content

Commit 743dd68

Browse files
authored
Update backend_bases.py
1 parent 018fde6 commit 743dd68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,10 +2041,10 @@ def draw(self, *args, **kwargs):
20412041
"""
20422042
Render the `.Figure`.
20432043
2044-
This method must walk the artist tree, even if no output is produced,
2045-
because it triggers deferred work that users may want to access before
2046-
saving output to disk. For example computing limits, auto-limits,
2047-
and tick values.
2044+
This method must walk the artist tree, even if no output is produced,
2045+
because it triggers deferred work that users may want to access
2046+
before saving output to disk. For example computing limits,
2047+
auto-limits, and tick values.
20482048
"""
20492049

20502050
def draw_idle(self, *args, **kwargs):

0 commit comments

Comments
 (0)