Skip to content

Commit 4f8bdca

Browse files
authored
DOC: Correct spelling
1 parent 497c588 commit 4f8bdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def my_plotter(ax, data1, data2, param_dict):
543543
# plt.xlabel("index")
544544
#
545545
# and you will see the plot being updated after each line. Since version 1.5,
546-
# modyfing the plot by other means *should* also automatically
546+
# modifying the plot by other means *should* also automatically
547547
# update the display on most backends. Get a reference to the :class:`~matplotlib.axes.Axes` instance,
548548
# and call a method of that instance::
549549
#

0 commit comments

Comments
 (0)