Skip to content

Commit e49d6b6

Browse files
authored
Merge pull request matplotlib#22964 from jsoref/spelling
Fix spelling errors
2 parents 0dd037c + a831f0a commit e49d6b6

File tree

69 files changed

+117
-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.

69 files changed

+117
-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

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ c1a33a481b9c2df605bcb9bef9c19fe65c3dac21
66

77
# style: check-docstring-first pre-commit hook
88
046533797725293dfc2a6edb9f536b25f08aa636
9+
10+
# chore: fix spelling errors
11+
686c9e5a413e31c46bb049407d5eca285bcab76d

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

0 commit comments

Comments
 (0)