Skip to content

Commit 0076b7b

Browse files
committed
Merge pull request #3169 from otepoti/master
Update pyplot_tutorial.rst
2 parents 9497fad + e71a8dc commit 0076b7b

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)