update doc link

This commit is contained in:
tengel 2024-03-20 11:28:46 -05:00
parent 9d3b37484b
commit 1c0362acc9

View file

@ -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
"""