Skip to content

Commit 2c3f14e

Browse files
authored
Merge pull request matplotlib#21535 from selormtamakloe/patch-1
typo-correction-on-line-185
2 parents 1b37751 + 844678e commit 2c3f14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
#
183183
# Matplotlib's documentation and examples use both the OO and the pyplot
184184
# approaches (which are equally powerful), and you should feel free to use
185-
# either (however, it is preferable pick one of them and stick to it, instead
185+
# either (however, it is preferable to pick one of them and stick to it, instead
186186
# of mixing them). In general, we suggest to restrict pyplot to interactive
187187
# plotting (e.g., in a Jupyter notebook), and to prefer the OO-style for
188188
# non-interactive plotting (in functions and scripts that are intended to be

0 commit comments

Comments
 (0)