From de8326d00dffdb500c02839a98330b869c2457f3 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 22 Dec 2018 09:28:48 -0800 Subject: Trim trailing white space throughout the project Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines. --- examples/removeLineBreaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/removeLineBreaks.py') 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, -- cgit v1.2.1