aboutsummaryrefslogtreecommitdiff
path: root/examples/dump_ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dump_ast.py')
-rw-r--r--examples/dump_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump_ast.py b/examples/dump_ast.py
index 3b6aae4..2cff874 100644
--- a/examples/dump_ast.py
+++ b/examples/dump_ast.py
@@ -3,7 +3,7 @@
#
# Basic example of parsing a file and dumping its parsed AST.
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------
from __future__ import print_function