Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1794ddf

Browse files
authored
Merge pull request #21186 from MalikIdreesHasanKhan/master
Fixed typos using codespell. (previous pull request was told not to change the agg files)
2 parents 6c2f514 + 2800531 commit 1794ddf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/users/prev_whats_new/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4786,7 +4786,7 @@ the `API changes <../../api/api_changes.html>`_.
47864786
Added Nick's picker "among" patch - JDH
47874787

47884788
2005-06-05
4789-
Fixed a TeX/LaTeX font discrepency in backend_ps. - DSD
4789+
Fixed a TeX/LaTeX font discrepancy in backend_ps. - DSD
47904790

47914791
2005-06-05
47924792
Added a ps.distill option in rc settings. If True, postscript output will

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ def set_cursor(self, cursor):
20182018
Parameters
20192019
----------
20202020
cursor : `.Cursors`
2021-
The cursor to dispay over the canvas. Note: some backends may
2021+
The cursor to display over the canvas. Note: some backends may
20222022
change the cursor for the entire window.
20232023
"""
20242024

lib/matplotlib/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def register(self, cmap, *, name=None, force=False):
190190
cmap_d = _DeprecatedCmapDictWrapper(_cmap_registry)
191191
__builtin_cmaps = tuple(_cmap_registry)
192192

193-
# public acces to the colormaps should be via `matplotlib.colormaps`. For now,
193+
# public access to the colormaps should be via `matplotlib.colormaps`. For now,
194194
# we still create the registry here, but that should stay an implementation
195195
# detail.
196196
_colormaps = ColormapRegistry(_cmap_registry)

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def __init__(
354354
-----
355355
Users can specify any arbitrary location for the legend using the
356356
*bbox_to_anchor* keyword argument. *bbox_to_anchor* can be a
357-
`.BboxBase` (or derived therefrom) or a tuple of 2 or 4 floats.
357+
`.BboxBase` (or derived there from) or a tuple of 2 or 4 floats.
358358
See `set_bbox_to_anchor` for more detail.
359359
360360
The legend location can be specified by setting *loc* with a tuple of

0 commit comments

Comments
 (0)