Skip to content

Commit d1388d3

Browse files
committed
STY: typos in plot_directive docstrings
Well, behaviour -> behavior is against my origins, but hey, we're all American now.
1 parent 7f0a450 commit d1388d3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
plot_basedir
9393
Base directory, to which ``plot::`` file names are relative
9494
to. (If None or empty, file names are relative to the
95-
directoly where the file containing the directive is.)
95+
directory where the file containing the directive is.)
9696
9797
plot_formats
9898
File formats to generate. List of tuples or strings::
@@ -111,7 +111,7 @@
111111
112112
plot_apply_rcparams
113113
By default, rcParams are applied when `context` option is not used in
114-
a plot directive. This configuration option overrides this behaviour
114+
a plot directive. This configuration option overrides this behavior
115115
and applies rcParams before each plot.
116116
117117
plot_working_directory
@@ -123,9 +123,7 @@
123123
helper modules for all code are located.
124124
125125
plot_template
126-
Provide a customized template for preparing resturctured text.
127-
128-
126+
Provide a customized template for preparing restructured text.
129127
"""
130128
from __future__ import (absolute_import, division, print_function,
131129
unicode_literals)

0 commit comments

Comments
 (0)