diff options
Diffstat (limited to 'examples/removeLineBreaks.py')
-rw-r--r-- | examples/removeLineBreaks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/removeLineBreaks.py b/examples/removeLineBreaks.py index ba4b498..a94dd35 100644 --- a/examples/removeLineBreaks.py +++ b/examples/removeLineBreaks.py @@ -3,7 +3,7 @@ # Demonstration of the pyparsing module, converting text files
# with hard line-breaks to text files with line breaks only
# between paragraphs. (Helps when converting downloads from Project
-# Gutenberg - http://www.gutenberg.org - to import to word processing apps
+# Gutenberg - http://www.gutenberg.org - to import to word processing apps
# that can reformat paragraphs once hard line-breaks are removed.)
#
# Uses parse actions and transformString to remove unwanted line breaks,
|