Browse Source

Attribution for the modified textwrap

master
Gijs de Heij 4 years ago
parent
commit
20167b4c6a
  1. 5
      asciiWriter/wrap_single_line.py

5
asciiWriter/wrap_single_line.py

@ -1,3 +1,8 @@
"""
Based on the textwrap2 module included in the PyHyphen library:
https://pypi.org/project/PyHyphen
"""
import textwrap
class TextWrapper(textwrap.TextWrapper):

Loading…
Cancel
Save