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

Skip to content

Commit 473fee3

Browse files
authored
Merge pull request #25898 from meeseeksmachine/auto-backport-of-pr-25897-on-v3.7.x
Backport PR #25897 on branch v3.7.x (Fix typo of missing quote in core font docs)
2 parents af7ae46 + 9df1a43 commit 473fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/explain/fonts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This is especially helpful to generate *really lightweight* documents::
108108
ax.text(0.5, 0.5, chars)
109109

110110
fig.savefig("AFM_PDF.pdf", format="pdf")
111-
fig.savefig("AFM_PS.ps", format="ps)
111+
fig.savefig("AFM_PS.ps", format="ps")
112112

113113
Fonts in SVG
114114
------------

0 commit comments

Comments
 (0)