Skip to content

Commit 3757f26

Browse files
authored
Merge pull request #25400 from QuLogic/typo-371
DOC: Fix a couple typos
2 parents 53b14d0 + a82ac9f commit 3757f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/github_stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Pull Requests (62):
6262
* :ghpull:`25305`: DOC: add layout='none' option to Figure constructor
6363
* :ghpull:`25315`: Backport PR #24878 on branch v3.7.x ( [Doc]: Add alt-text to images in 3.6 release notes #24844 )
6464
* :ghpull:`24878`: [Doc]: Add alt-text to images in 3.6 release notes #24844
65-
* :ghpull:`25312`: Backport PR #25308 on branch v3.7.x (DOC: add include source to a 3.7 whats new)
65+
* :ghpull:`25312`: Backport PR #25308 on branch v3.7.x (DOC: add include source to a 3.7 what's new)
6666
* :ghpull:`25309`: Backport PR #25302 on branch v3.7.x (Cleanup gradient_bar example.)
6767
* :ghpull:`25299`: Backport PR #25238 on branch v3.7.x (Check file path for animation and raise if it does not exist)
6868
* :ghpull:`25297`: Backport PR #25295 on branch v3.7.x (Increase timeout for interactive backend tests)

examples/axisartist/simple_axis_direction03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
==========================================
55
66
First subplot moves the tick labels to inside the spines.
7-
Second subplots moves the ticks to inside the spines.
7+
Second subplot moves the ticks to inside the spines.
88
These effects can be obtained for a standard Axes by `~.Axes.tick_params`.
99
"""
1010

0 commit comments

Comments
 (0)