# HG changeset patch # User Franz Glasner # Date 1691936079 -7200 # Node ID 58dc57bed012791f07def8889c8701ee84f8c907 # Parent de041ec028d7566543526d92bf43a99ae0d4daa8 Typo in docs diff -r de041ec028d7 -r 58dc57bed012 configmix/config.py --- a/configmix/config.py Wed Jun 14 09:20:11 2023 +0200 +++ b/configmix/config.py Sun Aug 13 16:14:39 2023 +0200 @@ -275,7 +275,7 @@ def py_quote(s): """Replace important special characters in string `s` by replacing them with ``%xNN`` where `NN` are the two hexadecimal digits of the - characters unicode codepoint value. + character's unicode codepoint value. Handled are the important special chars: ``%``, ``.``, ``:``, ``#``; ``'``, ``"``, ``|``, ``{``, ``}``, ``[`` and ``]``.