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

Skip to content

Commit d9e70db

Browse files
authored
Merge pull request #23851 from meeseeksmachine/auto-backport-of-pr-23850-on-v3.6.x
Backport PR #23850 on branch v3.6.x (removed single word in documenting doc)
2 parents de58e78 + 0fccf54 commit d9e70db

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)