diff --git a/python/configcli.py b/python/configcli.py index 5c0485b..587585f 100755 --- a/python/configcli.py +++ b/python/configcli.py @@ -3,7 +3,7 @@ Leverage the python ConfigParser() class for use as a commandline INI file reader, can be used from bash to leverage all the safety in place. -See: https://docs.python.org/2/library/configparser.html +See: https://docs.python.org/3/library/configparser.html SPDX-License-Identifier: MIT """