From 265f1186b0f17124cae7b7c019a11dd384320467 Mon Sep 17 00:00:00 2001 From: Eric Firing Date: Sun, 2 Jun 2019 17:09:07 -1000 Subject: [PATCH] Backport PR #14422: Fix ReST note in span selector example --- examples/widgets/span_selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/span_selector.py b/examples/widgets/span_selector.py index c98b6640e929..2e720f4c98a8 100644 --- a/examples/widgets/span_selector.py +++ b/examples/widgets/span_selector.py @@ -39,7 +39,7 @@ def onselect(xmin, xmax): fig.canvas.draw() ############################################################################# -# .. note +# .. note:: # # If the SpanSelector object is garbage collected you will lose the # interactivity. You must keep a hard reference to it to prevent this.