Touch up docs according to user feedback.

This commit is contained in:
Ron DuPlain 2011-05-19 09:14:53 -04:00
parent 8b974eb355
commit ea77d5e12d
2 changed files with 4 additions and 4 deletions

View file

@ -141,8 +141,8 @@ class Config(dict):
Objects are usually either modules or classes.
Just the uppercase variables in that object are stored in the config
after lowercasing. Example usage::
Just the uppercase variables in that object are stored in the config.
Example usage::
app.config.from_object('yourapplication.default_config')
from yourapplication import default_config