8000 Fix typo · matplotlib/matplotlib@7fb0e35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fb0e35

Browse files
committed
Fix typo
1 parent 506aef0 commit 7fb0e35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@
9797
The plot directive has the following configuration options:
9898
9999
plot_output_base_name
100-
Default value for the output-base-name option. It's recommended to the
101-
format string ``{counter}`` (for example, ``'plot-{counter}'``) so that
102-
multiple plots in the same document will not conflict with each other.
103-
(default is to use the name of the input script, or the name of the RST
104-
file if no script is provided)
100+
Default value for the output-base-name option. It's recommended to include
101+
the format string ``{counter}`` (for example, ``'plot-{counter}'``) so
102+
that multiple plots in the same document will not conflict with each
103+
other. (default is to use the name of the input script, or the name of the
104+
RST file if no script is provided)
105105
106106
plot_include_source
107107
Default value for the include-source option (default: False).

0 commit comments

Comments
 (0)
0