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

Skip to content

Commit ac04311

Browse files
committed
Fix typo of missing quote in core font docs
1 parent 9b13a56 commit ac04311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/text/fonts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
ax.text(0.5, 0.5, chars)
116116
117117
fig.savefig("AFM_PDF.pdf", format="pdf")
118-
fig.savefig("AFM_PS.ps", format="ps)
118+
fig.savefig("AFM_PS.ps", format="ps")
119119
120120
Fonts in SVG
121121
------------

0 commit comments

Comments
 (0)