Attribution for the modified textwrap

This commit is contained in:
Gijs de Heij 2019-12-23 16:53:27 +01:00
parent c96b0faf7a
commit 20167b4c6a

View File

@ -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):