Skip to content

Commit e71a8dc

Browse files
committed
Update pyplot_tutorial.rst
Fixed minor typo in "Using mathematical expressions in text". "...not to treat backslashes and python escapes." changed to "...as python escapes."
1 parent 9497fad commit e71a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ you can write a TeX expression surrounded by dollar signs::
249249
plt.title(r'$\sigma_i=15$')
250250

251251
The ``r`` preceding the title string is important -- it signifies
252-
that the string is a *raw* string and not to treat backslashes and
252+
that the string is a *raw* string and not to treat backslashes as
253253
python escapes. matplotlib has a built-in TeX expression parser and
254254
layout engine, and ships its own math fonts -- for details see
255255
:ref:`mathtext-tutorial`. Thus you can use mathematical text across platforms

0 commit comments

Comments
 (0)