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

Skip to content

Commit 839ece1

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #25897: Fix typo of missing quote in core font docs
1 parent 1c9106a commit 839ece1

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)