Skip to content

docs: fix simple typo, backslahes -> backslashes #19164

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
Dec 22, 2020
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/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# usage in the gallery.
warnings.filterwarnings('error', append=True)

# Strip backslahes in function's signature
# Strip backslashes in function's signature
# To be removed when numpydoc > 0.9.x
strip_signature_backslash = True

Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/github_stats_3.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Pull Requests (1066):
* :ghpull:`17795`: Backport PR #17781 on branch v3.3.x (Fix limit setting after plotting empty data)
* :ghpull:`17764`: FIX: be more careful about not importing pyplot early
* :ghpull:`17781`: Fix limit setting after plotting empty data
* :ghpull:`17787`: Backport PR #17784 on branch v3.3.x (Allow passing emtpy list of ticks to FixedLocator)
* :ghpull:`17787`: Backport PR #17784 on branch v3.3.x (Allow passing empty list of ticks to FixedLocator)
* :ghpull:`17784`: Allow passing empty list of ticks to FixedLocator
* :ghpull:`17766`: Backport PR #17752 on branch v3.3.x (Numpydoc-ify various functions)
* :ghpull:`17752`: Numpydoc-ify various functions
Expand Down