diff --git a/doc/users/explain/fonts.rst b/doc/users/explain/fonts.rst index 1f12c5760d25..3e6e8f05ccd7 100644 --- a/doc/users/explain/fonts.rst +++ b/doc/users/explain/fonts.rst @@ -108,7 +108,7 @@ This is especially helpful to generate *really lightweight* documents:: ax.text(0.5, 0.5, chars) fig.savefig("AFM_PDF.pdf", format="pdf") - fig.savefig("AFM_PS.ps", format="ps) + fig.savefig("AFM_PS.ps", format="ps") Fonts in SVG ------------