8000 Fix spelling errors · matplotlib/matplotlib@686c9e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 686c9e5

Browse files
committed
Fix spelling errors
1 parent 8bfd2c4 commit 686c9e5

File tree

68 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+114
-114
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
- conda create -q -n test-environment python=%PYTHON_VERSION% tk "pip<22.0"
5656
- activate test-environment
5757
# pull pywin32 from conda because on py38 there is something wrong with finding
58-
# the dlls when insalled from pip
58+
# the dlls when installed from pip
5959
- conda install -c conda-forge pywin32
6060
# install pyqt from conda-forge
6161
- conda install -c conda-forge pyqt

doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation. All of the documentation is written using sphinx, a
1414
python documentation system built on top of ReST. This directory contains
1515

1616
* users - the user documentation, e.g., installation, plotting tutorials,
17-
configuration tips, faq, explaations, etc.
17+
configuration tips, faq, explanations, etc.
1818

1919
* devel - documentation for Matplotlib developers
2020

doc/_static/mpl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ hr.box-sep {
145145
}
146146

147147

148-
/* multi colunm TOC */
148+
/* multi column TOC */
149149
.contents ul {
150150
list-style-type: none;
151151
padding-left: 2em;

doc/api/next_api_changes/behavior/22229-TAC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ArtistList proxies copy contents on iteration
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
When iterating over the contents of the the dynamically generated proxy lists
4+
When iterating over the contents of the dynamically generated proxy lists
55
for the Artist-type accessors (see :ref:`Behavioural API Changes 3.5 - Axes
66
children combined`), a copy of the contents is made. This ensure that artists
77
can safely be added or removed from the Axes while iterating over their children.

doc/api/prev_api_changes/api_changes_0.65.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Changes for 0.65
88
connect and disconnect
99
1010
Did away with the text methods for angle since they were ambiguous.
11-
fontangle could mean fontstyle (obligue, etc) or the rotation of the
11+
fontangle could mean fontstyle (oblique, etc) or the rotation of the
1212
text. Use style and rotation instead.

doc/api/prev_api_changes/api_changes_0.70.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Changes for 0.70
66
MplEvent factored into a base class Event and derived classes
77
MouseEvent and KeyEvent
88
9-
Removed definct set_measurement in wx toolbar
9+
Removed defunct set_measurement in wx toolbar

doc/api/prev_api_changes/api_changes_0.72.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changes for 0.72
66
- Line2D, Text, and Patch copy_properties renamed update_from and
77
moved into artist base class
88
9-
- LineCollecitons.color renamed to LineCollections.set_color for
9+
- LineCollections.color renamed to LineCollections.set_color for
1010
consistency with set/get introspection mechanism,
1111
1212
- pylab figure now defaults to num=None, which creates a new figure

doc/api/prev_api_changes/api_changes_0.98.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The ``Polar`` class has moved to :mod:`matplotlib.projections.polar`.
181181
.. [3] :meth:`matplotlib.axes.Axes.set_position` now accepts either
182182
four scalars or a :class:`matplotlib.transforms.Bbox` instance.
183183
184-
.. [4] Since the recfactoring allows for more than two scale types
184+
.. [4] Since the refactoring allows for more than two scale types
185185
('log' or 'linear'), it no longer makes sense to have a toggle.
186186
``Axes.toggle_log_lineary()`` has been removed.
187187

doc/api/prev_api_changes/api_changes_1.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ directly.
374374
patheffects.svg
375375
~~~~~~~~~~~~~~~
376376

377-
- remove ``get_proxy_renderer`` method from ``AbstarctPathEffect`` class
377+
- remove ``get_proxy_renderer`` method from ``AbstractPathEffect`` class
378378
- remove ``patch_alpha`` and ``offset_xy`` from ``SimplePatchShadow``
379379

380380

doc/api/prev_api_changes/api_changes_2.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ instead of `RuntimeError` when sizes of input lists don't match
169169
`matplotlib.figure.Figure.set_figwidth` and
170170
`matplotlib.figure.Figure.set_figheight` had the keyword argument
171171
``forward=False`` by default, but `.figure.Figure.set_size_inches` now defaults
172-
to ``forward=True``. This makes these functions conistent.
172+
to ``forward=True``. This makes these functions consistent.
173173

174174

175175
Do not truncate svg sizes to nearest point

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ match the array value type of the ``Path.codes`` array.
337337
LaTeX code in matplotlibrc file
338338
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
339339
Previously, the rc file keys ``pgf.preamble`` and ``text.latex.preamble`` were
340-
parsed using commmas as separators. This would break valid LaTeX code, such as::
340+
parsed using commas as separators. This would break valid LaTeX code, such as::
341341

342342
\usepackage[protrusion=true, expansion=false]{microtype}
343343

doc/api/prev_api_changes/api_changes_3.3.0/removals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Arguments
202202
renamed to ``manage_ticks``.
203203
- The ``normed`` parameter of `~.Axes.hist2d` has been renamed to ``density``.
204204
- The ``s`` parameter of `.Annotation` has been renamed to ``text``.
205-
- For all functions in `.bezier` that supported a ``tolerence`` parameter, this
205+
- For all functions in `.bezier` that supported a ``tolerance`` parameter, this
206206
parameter has been renamed to ``tolerance``.
207207
- ``axis("normal")`` is not supported anymore. Use the equivalent
208208
``axis("auto")`` instead.

doc/api/prev_api_changes/api_changes_3.5.0/deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ These methods convert from unix timestamps to matplotlib floats, but are not
6262
used internally to matplotlib, and should not be needed by end users. To
6363
convert a unix timestamp to datetime, simply use
6464
`datetime.datetime.utcfromtimestamp`, or to use NumPy `~numpy.datetime64`
65-
``dt = np.datetim64(e*1e6, 'us')``.
65+
``dt = np.datetime64(e*1e6, 'us')``.
6666

6767
Auto-removal of grids by `~.Axes.pcolor` and `~.Axes.pcolormesh`
6868
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# dir.
66
#
77
# The contents of this file are pickled, so don't put values in the namespace
8-
# that aren't pickleable (module imports are okay, they're removed
8+
# that aren't picklable (module imports are okay, they're removed
99
# automatically).
1010
#
1111
# All configuration values have a default value; values that are commented out

doc/devel/MEP/MEP28.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Detailed description
4646

4747
Currently, the ``Axes.boxplot`` method accepts parameters that allow the
4848
users to specify medians and confidence intervals for each box that
49-
will be drawn in the plot. These were provided so that avdanced users
49+
will be drawn in the plot. These were provided so that advanced users
5050
could provide statistics computed in a different fashion that the simple
5151
method provided by matplotlib. However, handling this input requires
5252
complex logic to make sure that the forms of the data structure match what

doc/devel/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Rules
298298
~~~~~
299299

300300
- Deprecations are targeted at the next point.release (e.g. 3.x)
301-
- Deprecated API is generally removed two two point-releases after introduction
301+
- Deprecated API is generally removed two point-releases after introduction
302302
of the deprecation. Longer deprecations can be imposed by core developers on
303303
a case-by-case basis to give more time for the transition
304304
- The old API must remain fully functional during the deprecation period

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ generates a link like this: `matplotlib.collections.LineCollection`.
269269
have to use qualifiers like ``:class:``, ``:func:``, ``:meth:`` and the likes.
270270

271271
Often, you don't want to show the full package and module name. As long as the
272-
target is unanbigous you can simply leave them out:
272+
target is unambiguous you can simply leave them out:
273273

274274
.. code-block:: rst
275275

doc/devel/gitwash/development_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ someone reviewing your branch to see what you are doing.
7272

7373
Choose an informative name for the branch to remind yourself and the rest of us
7474
what the changes in the branch are for. For example ``add-ability-to-fly``, or
75-
``buxfix-for-issue-42``.
75+
``bugfix-for-issue-42``.
7676

7777
::
7878

doc/sphinxext/missing_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_location(node, app):
9090
Usually, this will be of the form "path/to/file:linenumber". Two
9191
special values can be emitted, "<external>" for paths which are
9292
not contained in this source tree (e.g. docstrings included from
93-
other modules) or "<unknown>", inidcating that the sphinx application
93+
other modules) or "<unknown>", indicating that the sphinx application
9494
cannot locate the original source file (usually because an extension
9595
has injected text into the sphinx parsing engine).
9696
"""

doc/sphinxext/redirect_from.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class RedirectFromDomain(Domain):
6969

7070
@property
7171
def redirects(self):
72-
"""The mapping of the redirectes."""
72+
"""The mapping of the redirects."""
7373
return self.data.setdefault('redirects', {})
7474

7575
def clear_doc(self, docnames):

doc/users/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can also filter on class instances::
117117
for o in fig.findobj(text.Text):
118118
o.set_fontstyle('italic')
119119

120-
.. _howto-supress_offset:
120+
.. _howto-suppress_offset:
121121

122122
Prevent ticklabels from having an offset
123123
----------------------------------------

doc/users/installing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ install Matplotlib with other useful Python software is to use the Anaconda_
257257
Python scientific software collection, which includes Python itself and a
258258
wide range of libraries; if you need a library that is not available from the
259259
collection, you can install it yourself using standard methods such as *pip*.
260-
See the Ananconda web page for installation support.
260+
See the Anaconda web page for installation support.
261261

262262
.. _system python packages:
263263
https://github.com/MacPython/wiki/wiki/Which-Python#system-python-and-extra-python-packages

0 commit comments

Comments
 (0)
0