Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd309ed

Browse files
authored
DOC oxford commas and capitalization.
1 parent b15a24e commit fd309ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorials/text/mathtext.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
You can use a subset TeX markup in any matplotlib text string by placing it
88
inside a pair of dollar signs ($).
99
10-
Note that you do not need to have TeX installed, since matplotlib ships
11-
its own TeX expression parser, layout engine and fonts. The layout engine
10+
Note that you do not need to have TeX installed, since Matplotlib ships
11+
its own TeX expression parser, layout engine, and fonts. The layout engine
1212
is a fairly direct adaptation of the layout algorithms in Donald Knuth's
1313
TeX, so the quality is quite good (matplotlib also provides a ``usetex``
1414
option for those who do want to call out to TeX to generate their text (see
@@ -76,10 +76,10 @@
7676
7777
\sum_{i=0}^\infty x_i
7878
79-
Fractions, binomials and stacked numbers
80-
----------------------------------------
79+
Fractions, binomials, and stacked numbers
80+
-----------------------------------------
8181
82-
Fractions, binomials and stacked numbers can be created with the ``\frac{}{}``,
82+
Fractions, binomials, and stacked numbers can be created with the ``\frac{}{}``,
8383
``\binom{}{}`` and ``\stackrel{}{}`` commands, respectively::
8484
8585
r'$\frac{3}{4} \binom{3}{4} \stackrel{3}{4}$'

0 commit comments

Comments
 (0)