summaryrefslogtreecommitdiff
path: root/examples/removeLineBreaks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/removeLineBreaks.py')
-rw-r--r--examples/removeLineBreaks.py2
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,