Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f9c2bb

Browse filesBrowse files
authored
Merge pull request #17058 from anntzer/doctypo
Fix minor doc typos.
2 parents de4933c + 83efb24 commit 9f9c2bb
Copy full SHA for 9f9c2bb

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎examples/images_contours_and_fields/pcolormesh_grids.py

Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/pcolormesh_grids.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# and if the grid is one larger than the data in each dimension, i.e. has shape
2828
# *(M+1, N+1)*. In that case *X* and *Y* specify the corners of quadrilaterals
2929
# that are colored with the values in *Z*. Here we specify the edges of the
30-
# *(3, 5)* quadrilaterals with *X* and *Y* that are *(4, 6)*.
30+
# *(3, 5)* quadrilaterals with *X* and *Y* that are *(4, 6)*.
3131

3232
nrows = 3
3333
ncols = 5

‎examples/lines_bars_and_markers/fill_between_demo.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/fill_between_demo.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#
1515
# Basic usage
1616
# -----------
17-
# The parameters *y1* and *y2* can be a scalar, indicating a horizontal
18-
# boundary a the given y-values. If only *y1* is given, *y2* defaults to 0.
17+
# The parameters *y1* and *y2* can be scalars, indicating a horizontal
18+
# boundary at the given y-values. If only *y1* is given, *y2* defaults to 0.
1919

2020
x = np.arange(0.0, 2, 0.01)
2121
y1 = np.sin(2 * np.pi * x)

‎examples/subplots_axes_and_figures/subplots_demo.py

Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/subplots_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
ax.label_outer()
9595

9696
###############################################################################
97-
# You can use tuple-unpacking also in 2D to assign all subplots to dedicated
97+
# You can use tuple-unpacking also in 2D to assign all subplots to dedicated
9898
# variables:
9999

100100
fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.