diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-25 15:17:19 -0500 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-25 15:18:46 -0500 |
commit | c0339eb4af50880a66e6f0d19e3ecb3ce3469696 (patch) | |
tree | 6979d54a5b10eca137dba1be5a1c8791214e4cd1 /examples/removeLineBreaks.py | |
parent | 86c412dddfd785d16976d08b1c74c1eac466bfcb (diff) | |
download | pyparsing-git-c0339eb4af50880a66e6f0d19e3ecb3ce3469696.tar.gz |
Use HTTPS URLs where available in docs, examples, and comments
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 a94dd35..df07fba 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 - https://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,
|