8000 Merge pull request #18987 from pankajchetry1168/patch-1 · matplotlib/matplotlib@3b9ec68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b9ec68

Browse files
authored
Merge pull request #18987 from pankajchetry1168/patch-1
Fix punctuation in doc.
2 parents e079bd3 + 6e13831 commit 3b9ec68

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
@@ -18,7 +18,7 @@
1818
#
1919
# Matplotlib graphs your data on `~.figure.Figure`\s (i.e., windows, Jupyter
2020
# widgets, etc.), each of which can contain one or more `~.axes.Axes` (i.e., an
21-
# area where points can be specified in terms of x-y coordinates (or theta-r
21+
# area where points can be specified in terms of x-y coordinates, or theta-r
2222
# in a polar plot, or x-y-z in a 3D plot, etc.). The simplest way of
2323
# creating a figure with an axes is using `.pyplot.subplots`. We can then use
2424
# `.Axes.plot` to draw some data on the axes:

0 commit comments

Comments
 (0)
0