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 5b92f09

Browse filesBrowse files
committed
Fix typos
1 parent ee8e2ad commit 5b92f09
Copy full SHA for 5b92f09

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+3
-3
lines changed

‎examples/shapes_and_collections/arrow_guide.py

Copy file name to clipboardExpand all lines: examples/shapes_and_collections/arrow_guide.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
or the axis labels.
1515
1616
Arrows consist of a head (and possibly a tail) and a stem drawn between a
17-
start point and and end point, called 'anchor points' from now on.
17+
start point and end point, called 'anchor points' from now on.
1818
Here we show three use cases for plotting arrows, depending on whether the
1919
head or anchor points need to be fixed in data or display space:
2020

‎lib/matplotlib/_layoutbox.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_layoutbox.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def constrain_margins(self):
122122
123123
Margin minimums are set to make room for axes decorations. However,
124124
the margins can be larger if we are mathicng the position size to
125-
otehr axes.
125+
other axes.
126126
"""
127127
sol = self.solver
128128

‎tutorials/colors/colormap-manipulation.py

Copy file name to clipboardExpand all lines: tutorials/colors/colormap-manipulation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
##############################################################################
4141
# The list of colors that comprise the colormap can be directly accessed using
4242
# the ``colors`` property,
43-
# or it can be acccessed indirectly by calling ``viridis`` with an array
43+
# or it can be accessed indirectly by calling ``viridis`` with an array
4444
# of values matching the length of the colormap. Note that the returned list
4545
# is in the form of an RGBA Nx4 array, where N is the length of the colormap.
4646

0 commit comments

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