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

0 commit comments

Comments
 (0)