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

Skip to content

Commit 716937c

Browse files
authored
Update pyplot.py
Fixed Grammar Error Earlier with had been typed in twice while only one was needed
1 parent 7a5458b commit 716937c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)