[afmLib] Do not write doctest file to disk

It writes into the current working dir on test runs.
This commit is contained in:
Nikolaus Waxweiler 2020-05-29 16:50:42 +01:00
parent fe17d5937a
commit b5d2952c23

View File

@ -35,8 +35,8 @@ Here is an example of using `afmLib` to read, modify and write an AFM file:
>>> f[("A","V")] = -150 # Tighten kerning
>>> f.FontName = "TestFont Squished"
>>>
>>> # And the font written out again
>>> f.write("testfont-squished.afm")
>>> # And the font written out again (remove the # in front)
>>> #f.write("testfont-squished.afm")
.. rubric:: Footnotes