Grammalecte  Diff

Differences From Artifact [133d154e72]:

To Artifact [9c937ea8e6]:


1




2
3
4
5
6
7
8
1
2
3
4
5
6
7
8
9
10
11
12

+
+
+
+







#!python3

"""
Text tools
"""

import textwrap
from itertools import chain


def getParagraph (sText):
    "generator: returns paragraphs of text"