Backport PR #30246 on branch v3.10.x (chore: remove redundant words in comment) by meeseeksmachine · Pull Request #30247 · matplotlib/matplotlib · GitHub
Skip to content
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/devel/tag_guidelines.rst
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_3.8.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ The following delimiter names have been supported earlier, but can now be sized
* ``\leftparen`` and ``\rightparen``

There are really no obvious advantages in using these.
Instead, they are are added for completeness.
Instead, they are added for completeness.

``mathtext`` documentation improvements
---------------------------------------
Expand Down Expand Up @@ -513,7 +513,7 @@ Plot Directive now can make responsive images with "srcset"

The plot sphinx directive (``matplotlib.sphinxext.plot_directive``, invoked in
rst as ``.. plot::``) can be configured to automatically make higher res
figures and add these to the the built html docs. In ``conf.py``::
figures and add these to the built html docs. In ``conf.py``::

extensions = [
...
Expand Down
2 changes: 1 addition & 1 deletion galleries/examples/scales/custom_scale.py