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

Skip to content

Commit d53cc69

Browse files
authored
removed single word in documenting doc (#23850)
is basically a type, removed a using that I think stuck around from an old construction.
1 parent a7e553d commit d53cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can use the ``O`` variable to set additional options:
8888
* ``make O=-Dplot_formats=png:100 html`` saves figures in low resolution.
8989
* ``make O=-Dplot_gallery=0 html`` skips the gallery build.
9090

91-
Multiple options can be combined using e.g. ``make O='-j4 -Dplot_gallery=0'
91+
Multiple options can be combined, e.g. ``make O='-j4 -Dplot_gallery=0'
9292
html``.
9393

9494
On Windows, set the options as environment variables, e.g.:

0 commit comments

Comments
 (0)