Skip to content

Commit 067cdee

Browse files
authored
Merge pull request matplotlib#19107 from aflahkhan/docupdate
Update pyplot.py
2 parents 7a5458b + 716937c commit 067cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def f(t):
340340

341341
###############################################################################
342342
# All of the `~.pyplot.text` functions return a `matplotlib.text.Text`
343-
# instance. Just as with with lines above, you can customize the properties by
343+
# instance. Just as with lines above, you can customize the properties by
344344
# passing keyword arguments into the text functions or using `~.pyplot.setp`::
345345
#
346346
# t = plt.xlabel('my data', fontsize=14, color='red')

0 commit comments

Comments
 (0)