8000 Update pyplot.py · matplotlib/matplotlib@9c93073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c93073

Browse files
authored
Update pyplot.py
1 parent 487a935 commit 9c93073

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)
0