summaryrefslogtreecommitdiff
path: root/docs/source/configuration/index.rst
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-04-05 20:30:33 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-04-05 20:30:33 +0100
commitd8a906f82e42cb1f191b1b9c271c9aed2a82ef7b (patch)
tree3181f7a73b8ba31264bb6b485a6fd8463a26df14 /docs/source/configuration/index.rst
parent29d47ee694dece2faa3b776e91e6c014ab6a653e (diff)
doc: remove warning for string_list syntax
trailing commas are nore necessary for type string_list values anymore
Diffstat (limited to 'docs/source/configuration/index.rst')
-rw-r--r--docs/source/configuration/index.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/source/configuration/index.rst b/docs/source/configuration/index.rst
index f7f3b59b..b3eeb140 100644
--- a/docs/source/configuration/index.rst
+++ b/docs/source/configuration/index.rst
@@ -24,12 +24,6 @@ The type of an option is used to validate a given value. For instance,
if the type says "boolean" you may only provide "True" or "False" as values in your config file,
otherwise alot will complain on startup. Strings *may* be quoted but do not need to be.
-.. warning::
-
- values for options with type `string_list` *must* be comma-separated lists of strings
- and must end in a comma if they only provide a single element:
- "From," is a valid `string_list`, "From" is not.
-
.. include:: alotrc_table.rst
.. _account: