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

Skip to content

Commit bcdcb93

Browse files
authored
Merge pull request #14978 from joaonsg/patch-6
Typo fixes in pyplot.py
2 parents bb6a4af + 9c93073 commit bcdcb93

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
@@ -80,7 +80,7 @@
8080
# If matplotlib were limited to working with lists, it would be fairly
8181
# useless for numeric processing. Generally, you will use `numpy
8282
# <http://www.numpy.org>`_ arrays. In fact, all sequences are
83-
# converted to numpy arrays internally. The example below illustrates a
83+
# converted to numpy arrays internally. The example below illustrates
8484
# plotting several lines with different format styles in one command
8585
# using arrays.
8686

0 commit comments

Comments
 (0)