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 450597b

Browse filesBrowse files
authored
Merge pull request #11981 from Carreau/typos-II
Some extra typos
2 parents d21c572 + 40afd8e commit 450597b
Copy full SHA for 450597b

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+5
-5
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The entire contents of `testing.noseclasses` have also been removed.
145145
:class:`matplotlib.cbook.deprecation.mplDeprecation` will be removed in
146146
future versions. It is just an alias for
147147
:class:`matplotlib.cbook.deprecation.MatplotlibDeprecationWarning`.
148-
Please use the :class:`~.MatplotlibDeprecationWarning` directly if neccessary.
148+
Please use the :class:`~.MatplotlibDeprecationWarning` directly if necessary.
149149

150150

151151
matplotlib.cbook.Bunch deprecated

‎lib/mpl_toolkits/mplot3d/art3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/art3d.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ def get_dir_vector(zdir):
4646
zdir : {'x', 'y', 'z', None, 3-tuple}
4747
The direction. Possible values are:
4848
- 'x': equivalent to (1, 0, 0)
49-
- 'y': euqivalent to (0, 1, 0)
49+
- 'y': equivalent to (0, 1, 0)
5050
- 'z': equivalent to (0, 0, 1)
51-
- *None*: euqivalent to (0, 0, 0)
51+
- *None*: equivalent to (0, 0, 0)
5252
- an iterable (x, y, z) is returned unchanged.
5353
5454
Returns

‎tutorials/intermediate/gridspec.py

Copy file name to clipboardExpand all lines: tutorials/intermediate/gridspec.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The power of gridspec comes in being able to create subplots that span
6767
# rows and columns. Note the
6868
# `Numpy slice <https://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_
69-
# syntax for selecing the part of the gridspec each subplot will occupy.
69+
# syntax for selecting the part of the gridspec each subplot will occupy.
7070
#
7171
# Note that we have also used the convenience method `.Figure.add_gridspec`
7272
# instead of `.gridspec.GridSpec`, potentially saving the user an import,

‎tutorials/introductory/pyplot.py

Copy file name to clipboardExpand all lines: tutorials/introductory/pyplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
# ``line,`` to get the first element of that list::
165165
#
166166
# line, = plt.plot(x, y, '-')
167-
# line.set_antialiased(False) # turn off antialising
167+
# line.set_antialiased(False) # turn off antialiasing
168168
#
169169
# * Use the :func:`~matplotlib.pyplot.setp` command. The example below
170170
# uses a MATLAB-style command to set multiple properties

0 commit comments

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