Fix config escape comment

This commit is contained in:
Florian Bruhin 2014-05-02 13:30:51 +02:00
parent f935d99d52
commit 379a6219ec

View File

@ -51,10 +51,9 @@ FIRST_COMMENT = r"""
# here (as opposed to change/add), for example a keybinding, set it to
# an empty value.
#
# You will need to escape the following value:
# You will need to escape the following values:
# - # at the start of the line (at the first position of the key) (\#)
# - $ in a value (\$)
# - \ in a value (\\)
# - $ in a value ($$)
"""