8000 Reword API change doc · matplotlib/matplotlib@cff9073 · GitHub
[go: up one dir, main page]

Skip to content

Commit cff9073

Browse files
committed
Reword API change doc
1 parent 6a6a51e commit cff9073

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
``Text``
2-
~~~~~~~~
1+
``Text`` allows a boolean *parse_math*
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
``Text`` objects now allow a **parse_math** keyword-only argument
4+
`.Text` objects now allow a *parse_math* keyword-only argument
55
which defaults to True. When it is passed as False, that text object
66
will consider the string as a literal and will not try to parse it
77
as a mathtext object.
88

9-
``TextBox``
10-
-----------
11-
``TextBox`` now defaults its text object's **parse_math** argument
9+
``TextBox`` defaults it to False
10+
--------------------------------
11+
`.TextBox` now defaults its text object's *parse_math** argument
1212
as False.

0 commit comments

Comments
 (0)
0