Differences From Artifact [133d154e72]:
- File gc_core/py/text.py — part of check-in [7a62b9fd73] at 2017-11-12 18:25:15 on branch trunk — [cli] add spellchecker suggestions (patch from Stéphane Veyret) (user: olr, size: 5121) [annotate] [blame] [check-ins using]
 
To Artifact [9c937ea8e6]:
- File gc_core/py/text.py — part of check-in [f1726135a3] at 2018-06-24 14:49:06 on branch rg — [core] code cleaning (pylint) (user: olr, size: 5141) [annotate] [blame] [check-ins using]
 
1 2 3 4 5 6 7 8  | 
#!python3
import textwrap
from itertools import chain
def getParagraph (sText):
    "generator: returns paragraphs of text"
 | > > > >  | 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"
 | 
| ︙ | ︙ |