aboutsummaryrefslogtreecommitdiffstats
path: root/examples/func_calls.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/func_calls.py')
-rw-r--r--examples/func_calls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/func_calls.py b/examples/func_calls.py
index 2433ffd..ec31fe5 100644
--- a/examples/func_calls.py
+++ b/examples/func_calls.py
@@ -4,7 +4,7 @@
# Using pycparser for printing out all the calls of some function
# in a C file.
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------
from __future__ import print_function