Skip to content

chore: remove redundant words in comment #30246

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 1 commit into from
Jul 2, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Proposing new tags
1. Review existing tag list, looking out for similar entries (i.e. ``axes`` and ``axis``).
2. If a relevant tag or subcategory does not yet exist, propose it. Each tag is two
parts: ``subcategory: tag``. Tags should be one or two words.
3. New tags should be be added when they are relevant to existing gallery entries too.
3. New tags should be added when they are relevant to existing gallery entries too.
Avoid tags that will link to only a single gallery entry.
4. Tags can recreate other forms of organization.

Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* You want to override the default locators and formatters for the axis
(``set_default_locators_and_formatters`` below).

* You want to limit the range of the the axis (``limit_range_for_scale`` below).
* You want to limit the range of the axis (``limit_range_for_scale`` below).

"""

Expand Down