generate_changelog.actions.text_processing.WrapParagraphs
WrapParagraphs#
- class generate_changelog.actions.text_processing.WrapParagraphs[source]#
Create a callable to wrap the paragraphs of a string.
- __init__(paragraph_pattern='\\n\\n', paragraph_join='\\n\\n', width=88)#