Skip to content

Commit

Permalink
Resolves Issue datafolklabs#116
Browse files Browse the repository at this point in the history
  • Loading branch information
BJ Dierkes committed Jun 7, 2012
1 parent 56f1458 commit 8f03429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/dev/configuration.rst
Expand Up @@ -159,7 +159,7 @@ CementApp.Meta.config_files list. For example:
from cement2.core import foundation, backend
app = foundation.lay_cement('myapp',
app = foundation.CementApp('myapp',
config_files=['/path/to/config1', '/path/to/config2'],
)
Expand Down

0 comments on commit 8f03429

Please sign in to comment.