8000 DOC: put docstring back in sensible order · matplotlib/matplotlib@9a99efb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a99efb

Browse files
committed
DOC: put docstring back in sensible order
1 parent 9b8a944 commit 9a99efb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,10 +1425,6 @@ class DrawEvent(Event):
14251425
"""
14261426
An event triggered by a draw operation on the canvas
14271427
1428-
In addition to the : 8E42 class:`Event` attributes, the following event
1429-
attributes are defined:
1430-
1431-
14321428
In most backends callbacks subscribed to this callback will be
14331429
fired after the rendering is complete but before the screen is
14341430
updated. Any extra artists drawn to the canvas's renderer will
@@ -1439,6 +1435,9 @@ class DrawEvent(Event):
14391435
Calling ``canvas.draw`` and ``canvas.blit`` in these callbacks may
14401436
not be safe with all backends and may cause infinite recursion.
14411437
1438+
In addition to the :class:`Event` attributes, the following event
1439+
attributes are defined:
1440+
14421441
Attributes
14431442
----------
14441443
renderer : `RendererBase`

0 commit comments

Comments
 (0)
0