Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918b691

Browse files
authored
Merge pull request #14422 from timhoffm/fix-span-selector-note
Fix ReST note in span selector example
2 parents e0bbe2c + c09e52c commit 918b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/widgets/span_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def onselect(xmin, xmax):
3939
fig.canvas.draw()
4040

4141
#############################################################################
42-
# .. note
42+
# .. note::
4343
#
4444
# If the SpanSelector object is garbage collected you will lose the
4545
# interactivity. You must keep a hard reference to it to prevent this.

0 commit comments

Comments
 (0)