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

Skip to content

Commit 2a66beb

Browse files
anntzertacaswell
authored andcommitted
Fix bad missing-references.json due to PR merge race condition.
aka some missing references were fixed between the last build of the nitpicky-mode PR and its merge.
1 parent 2a344ee commit 2a66beb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/missing-references.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5730,4 +5730,4 @@
57305730
"doc/users/prev_whats_new/whats_new_1.5.rst:737"
57315731
]
57325732
}
5733-
}
5733+
}

tutorials/introductory/usage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ def my_plotter(ax, data1, data2, param_dict):
496496
# Using non-builtin backends
497497
# --------------------------
498498
# More generally, any importable backend can be selected by using any of the
499-
# methods above. If `name.of.the.backend` is the module containing the backend,
500-
# use `module://name.of.the.backend` as the backend name, e.g.
501-
# `matplotlib.use('module://name.of.the.backend')`.
499+
# methods above. If ``name.of.the.backend`` is the module containing the
500+
# backend, use ``module://name.of.the.backend`` as the backend name, e.g.
501+
# ``matplotlib.use('module://name.of.the.backend')``.
502502
#
503503
#
504504
# .. _interactive-mode:

0 commit comments

Comments
 (0)