Skip to content

Commit ba1e063

Browse files
authored
Merge pull request #19164 from timgates42/bugfix_typo_backslashes
docs: fix simple typo, backslahes -> backslashes
2 parents 7d73d72 + d92f3ea commit ba1e063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# usage in the gallery.
3636
warnings.filterwarnings('error', append=True)
3737

38-
# Strip backslahes in function's signature
38+
# Strip backslashes in function's signature
3939
# To be removed when numpydoc > 0.9.x
4040
strip_signature_backslash = True
4141

doc/users/prev_whats_new/github_stats_3.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Pull Requests (1066):
203203
* :ghpull:`17795`: Backport PR #17781 on branch v3.3.x (Fix limit setting after plotting empty data)
204204
* :ghpull:`17764`: FIX: be more careful about not importing pyplot early
205205
* :ghpull:`17781`: Fix limit setting after plotting empty data
206-
* :ghpull:`17787`: Backport PR #17784 on branch v3.3.x (Allow passing emtpy list of ticks to FixedLocator)
206+
* :ghpull:`17787`: Backport PR #17784 on branch v3.3.x (Allow passing empty list of ticks to FixedLocator)
207207
* :ghpull:`17784`: Allow passing empty list of ticks to FixedLocator
208208
* :ghpull:`17766`: Backport PR #17752 on branch v3.3.x (Numpydoc-ify various functions)
209209
* :ghpull:`17752`: Numpydoc-ify various functions

0 commit comments

Comments
 (0)