Skip to content

Commit 4f6b9f3

Browse files
committed
minor fix to address CI failures
1 parent 104f385 commit 4f6b9f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/widgets/textbox.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
66
The Textbox widget lets users interactively provide text input, including
77
formulas. In this example, the plot is updated using the `.on_submit` method.
8-
This method triggers the execution of the `submit` function when the user
9-
presses enter in the textbox or leaves the textbox.
8+
This method triggers the execution of the *submit* function when the
9+
user presses enter in the textbox or leaves the textbox.
1010
11-
Note: The `Textbox` widget is different from the following static elements:
12-
:doc:`/tutorials/text/annotations` and
11+
Note: The `matplotlib.widgets.TextBox` widget is different from the following
12+
static elements: :doc:`/tutorials/text/annotations` and
1313
:doc:`/gallery/recipes/placing_text_boxes`.
1414
"""
1515

0 commit comments

Comments
 (0)