Skip to content

Fixed typos using codespell. (previous pull request was told not to change the agg files) #21186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4786,7 +4786,7 @@ the `API changes <../../api/api_changes.html>`_.
Added Nick's picker "among" patch - JDH

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

2005-06-05
Added a ps.distill option in rc settings. If True, postscript output will
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/backend_bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ def set_cursor(self, cursor):
Parameters
----------
cursor : `.Cursors`
The cursor to dispay over the canvas. Note: some backends may
The cursor to display over the canvas. Note: some backends may
change the cursor for the entire window.
"""

Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def register(self, cmap, *, name=None, force=False):
cmap_d = _DeprecatedCmapDictWrapper(_cmap_registry)
__builtin_cmaps = tuple(_cmap_registry)

# public acces to the colormaps should be via `matplotlib.colormaps`. For now,
# public access to the colormaps should be via `matplotlib.colormaps`. For now,
# we still create the registry here, but that should stay an implementation
# detail.
_colormaps = ColormapRegistry(_cmap_registry)
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def __init__(
-----
Users can specify any arbitrary location for the legend using the
*bbox_to_anchor* keyword argument. *bbox_to_anchor* can be a
`.BboxBase` (or derived therefrom) or a tuple of 2 or 4 floats.
`.BboxBase` (or derived there from) or a tuple of 2 or 4 floats.
See `set_bbox_to_anchor` for more detail.

The legend location can be specified by setting *loc* with a tuple of
Expand Down