Skip to content

Commit 8c5c532

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#30246: chore: remove redundant words in comment
1 parent 8bed374 commit 8c5c532

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/devel/tag_guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Proposing new tags
6161
1. Review existing tag list, looking out for similar entries (i.e. ``axes`` and ``axis``).
6262
2. If a relevant tag or subcategory does not yet exist, propose it. Each tag is two
6363
parts: ``subcategory: tag``. Tags should be one or two words.
64-
3. New tags should be be added when they are relevant to existing gallery entries too.
64+
3. New tags should be added when they are relevant to existing gallery entries too.
6565
Avoid tags that will link to only a single gallery entry.
6666
4. Tags can recreate other forms of organization.
6767

doc/users/prev_whats_new/whats_new_3.8.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The following delimiter names have been supported earlier, but can now be sized
359359
* ``\leftparen`` and ``\rightparen``
360360

361361
There are really no obvious advantages in using these.
362-
Instead, they are are added for completeness.
362+
Instead, they are added for completeness.
363363

364364
``mathtext`` documentation improvements
365365
---------------------------------------
@@ -513,7 +513,7 @@ Plot Directive now can make responsive images with "srcset"
513513

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

518518
extensions = [
519519
...

galleries/examples/scales/custom_scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* You want to override the default locators and formatters for the axis
2323
(``set_default_locators_and_formatters`` below).
2424
25-
* You want to limit the range of the the axis (``limit_range_for_scale`` below).
25+
* You want to limit the range of the axis (``limit_range_for_scale`` below).
2626
2727
"""
2828

0 commit comments

Comments
 (0)