Skip to content

Commit 55d90d2

Browse files
authored
Merge pull request #25897 from ksunden/typo
Fix typo of missing quote in core font docs
2 parents 9b13a56 + ac04311 commit 55d90d2

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)