Attribution for the modified textwrap
This commit is contained in:
parent
c96b0faf7a
commit
20167b4c6a
@ -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…
Reference in New Issue
Block a user