summaryrefslogtreecommitdiff
path: root/examples/select_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/select_parser.py')
-rw-r--r--examples/select_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/select_parser.py b/examples/select_parser.py
index 7b3727e..79a3366 100644
--- a/examples/select_parser.py
+++ b/examples/select_parser.py
@@ -2,7 +2,7 @@
# Copyright 2010, Paul McGuire
#
# a simple SELECT statement parser, taken from SQLite's SELECT statement
-# definition at http://www.sqlite.org/lang_select.html
+# definition at https://www.sqlite.org/lang_select.html
#
from pyparsing import *
ParserElement.enablePackrat()