Skip to content

Commit

Permalink
Merge pull request #1977 from fonttools/afmlib-dont-write-out-doctest
Browse files Browse the repository at this point in the history
[afmLib] Do not write doctest file to disk
  • Loading branch information
madig committed May 29, 2020
2 parents fe17d59 + b5d2952 commit 7a723b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/fontTools/afmLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
>>> 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
Expand Down

0 comments on commit 7a723b7

Please sign in to comment.