Remove the misleading "Always"

This commit is contained in:
gholt
2011-01-23 10:50:55 -08:00
parent 778cb9dedc
commit e274741f25

View File

@@ -203,10 +203,10 @@ The main rule to remember when working with Swift configuration files is:
.. note::
Always use the ``set option_name = value`` syntax in subsections if the
option is also set in the ``[DEFAULT]`` section. Don't get in the habit of
always using the ``set`` syntax or you'll probably mess up your
non-paste.deploy configuration files.
Use the ``set option_name = value`` syntax in subsections if the option is
also set in the ``[DEFAULT]`` section. Don't get in the habit of always
using the ``set`` syntax or you'll probably mess up your non-paste.deploy
configuration files.
---------------------------