8000 Typo · matplotlib/matplotlib@bd1e273 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd1e273

Browse files
committed
Typo
1 parent a4ccb37 commit bd1e273

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/devel/MEP/MEP29.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ A proof of concept is provided in `markup_example.py <https://github.com/rougier
4848
Improvements
4949
------------
5050

51-
* This proof of concept uses regex to parse the text but it may be better
52-
to use the html.parser from the standard library.
51+
* This proof of concept uses regex to parse the text but it may be better
52+
to use the html.parser from the standard library.
5353

54-
* Computation of text fragment positions could benefit from the OffsetFrom
55-
class. See for example item 5 in `Using Complex Coordinates with Annotations <http://matplotlib.org/devdocs/users/annotations.html#using-complex-coordinates-with-annotations>`_
54+
* Computation of text fragment positions could benefit from the OffsetFrom
55+
class. See for example item 5 in `Using Complex Coordinates with Annotations <http://matplotlib.org/devdocs/users/annotations.html#using-complex-coordinates-with-annotations>`_
5656

5757
Problems
5858
--------
5959

60-
* One serious problem is how to deal with text having both latex and
61-
html-like tags. For example, consider the follwing::
60+
* One serious problem is how to deal with text having both latex and
61+
html-like tags. For example, consider the follwing::
6262

6363
$<b>Bold$</b>
6464

65-
Recommendation would be to have mutual exclusion.
65+
Recommendation would be to have mutual exclusion.
6666

6767

6868
Backward compatibility

0 commit comments

Comments
 (0)
0