8000 Typos and phrasing · matplotlib/matplotlib@90489be · GitHub
[go: up one dir, main page]

Skip to content

Commit 90489be

Browse files
committed
Typos and phrasing
1 parent 1aee627 commit 90489be

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,9 @@ Tools for writing mathematical expressions
347347

348348
In most cases, you will likely want to use one of `Sphinx's builtin Math
349349
extensions <https://www.sphinx-doc.org/en/master/usage/extensions/math.html>`__.
350-
In rare cases we want the rendering of the mathematical text in the documentation html to exactly match with the rendering of the mathematical expression in the Matplotlib figure. In these cases, you can use the
350+
In rare cases we want the rendering of the mathematical text in the
351+
documentation html to exactly match with the rendering of the mathematical
352+
expression in the Matplotlib figure. In these cases, you can use the
351353
`matplotlib.sphinxext.mathmpl` Sphinx extension (See also the
352354
:doc:`../tutorials/text/mathtext` tutorial.)
353355

galleries/users_explain/text/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
6060
.. note::
6161
To generate html output in documentation that will exactly match the output
62-
generated by ``mathext``, use the `matplotlib.sphinxext.mathmpl` Sphinx
62+
generated by ``mathtext``, use the `matplotlib.sphinxext.mathmpl` Sphinx
6363
extension.
6464
6565
Subscripts and superscripts

lib/matplotlib/sphinxext/mathmpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
In most cases, you will likely want to use one of `Sphinx's builtin Math
1212
extensions
1313
<https://www.sphinx-doc.org/en/master/usage/extensions/math.html>`__
14-
instead of this one. The Sphinx built-in math directive uses MathJax to
14+
instead of this one. The builtin Sphinx math directive uses MathJax to
1515
render mathematical expressions, and addresses accessibility concerns that
1616
``mathmpl`` doesn't address.
1717

0 commit comments

Comments
 (0)
0