File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
# usage in the gallery.
36
36
warnings .filterwarnings ('error' , append = True )
37
37
38
- # Strip backslahes in function's signature
38
+ # Strip backslashes in function's signature
39
39
# To be removed when numpydoc > 0.9.x
40
40
strip_signature_backslash = True
41
41
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Pull Requests (1066):
203
203
* :ghpull: `17795 `: Backport PR #17781 on branch v3.3.x (Fix limit setting after plotting empty data)
204
204
* :ghpull: `17764 `: FIX: be more careful about not importing pyplot early
205
205
* :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)
207
207
* :ghpull: `17784 `: Allow passing empty list of ticks to FixedLocator
208
208
* :ghpull: `17766 `: Backport PR #17752 on branch v3.3.x (Numpydoc-ify various functions)
209
209
* :ghpull: `17752 `: Numpydoc-ify various functions
You can’t perform that action at this time.
0 commit comments