File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ def kwarg_doc(text):
8
8
Decorator for defining the kwdoc documentation of artist properties.
9
9
10
10
This decorator can be applied to artist property setter methods.
11
- The given text is stored in a privat attribute ``_kwarg_doc`` on
11
+ The given text is stored in a private attribute ``_kwarg_doc`` on
12
12
the method. It is used to overwrite auto-generated documentation
13
13
in the *kwdoc list* for artists. The kwdoc list is used to document
14
14
``**kwargs`` when they are properties of an artist. See e.g. the
15
15
``**kwargs`` section in `.Axes.text`.
16
16
17
- The text should contain the supported types as well as the default value
18
- if applicable, e.g.:
17
+ The text should contain the supported types, as well as the default
18
+ value if applicable, e.g.:
19
19
20
20
@_docstring.kwarg_doc("bool, default: :rc:`text.usetex`")
21
21
def set_usetex(self, usetex):
You can’t perform that action at this time.
0 commit comments