Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d92f3ea

Browse files
committed
docs: fix simple typo, backslahes -> backslashes
There is a small typo in doc/conf.py. Should read `backslashes` rather than `backslahes`.
1 parent 09ab2c2 commit d92f3ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)