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

Skip to content

Commit 497c588

Browse files
committed
STY: whitespace
Remove trailing whitespace.
1 parent a0bd1f7 commit 497c588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def my_plotter(ax, data1, data2, param_dict):
551551
# ax.plot([3.1, 2.2])
552552
#
553553
# If you are using certain backends (like `macosx`), or an older version
554-
# of matplotlib, you may not see the new line added to the plot immediately.
554+
# of matplotlib, you may not see the new line added to the plot immediately.
555555
# In this case, you need to explicitly call :func:`~matplotlib.pyplot.draw`
556556
# in order to update the plot::
557557
#

0 commit comments

Comments
 (0)