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/pymicko.py | |
parent | 86c412dddfd785d16976d08b1c74c1eac466bfcb (diff) | |
download | pyparsing-git-c0339eb4af50880a66e6f0d19e3ecb3ce3469696.tar.gz |
Use HTTPS URLs where available in docs, examples, and comments
Diffstat (limited to 'examples/pymicko.py')
-rw-r--r-- | examples/pymicko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pymicko.py b/examples/pymicko.py index d3df6f5..5a79594 100644 --- a/examples/pymicko.py +++ b/examples/pymicko.py @@ -15,7 +15,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# A copy of the GNU General Public License can be found at <http://www.gnu.org/licenses/>.
+# A copy of the GNU General Public License can be found at <https://www.gnu.org/licenses/>.
from pyparsing import *
from sys import stdin, argv, exit
|