Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd1e273

Browse filesBrowse files
committed
Typo
1 parent a4ccb37 commit bd1e273
Copy full SHA for bd1e273

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎doc/devel/MEP/MEP29.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP29.rst
+7-7Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.