# HG changeset patch # User Franz Glasner # Date 1523086393 -7200 # Node ID fc2bd73f9e98f158b76609203797a722f4f982a8 # Parent 647782859ae16a82209af3f59f25397116c3e448 Sort extension list in the docu diff -r 647782859ae1 -r fc2bd73f9e98 doc/introduction.rst --- a/doc/introduction.rst Sat Apr 07 09:24:20 2018 +0200 +++ b/doc/introduction.rst Sat Apr 07 09:33:13 2018 +0200 @@ -159,18 +159,18 @@ By default filenames of the configuration files must have the extensions (case-insensitively): + ``.ini`` + for INI configuration files + + ``.json`` + for JSON configuration files + ``.py`` for Python configuration files ``.yml`` or ``.yaml`` for YAML configuration files - ``.json`` - for JSON configuration files - - ``.ini`` - for INI configuration files - .. _getting-values: