diff options
| author | Carl Meyer <carl@oddbird.net> | 2014-01-25 20:56:36 -0700 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2014-01-25 20:56:36 -0700 |
| commit | 8bc3780b67cc37dec04d622833dfa3a26c38fa84 (patch) | |
| tree | 83e58014e95a90e3fce2562ecf353d58dd4bfad3 | |
| parent | 966b186981d619d964152ebcda1bd844ec5f6c8c (diff) | |
Docs correction: apps loaded from eggs do not have appconfig.path None.
| -rw-r--r-- | docs/ref/applications.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 6f02a606d0..2eff15d708 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -171,8 +171,7 @@ Configurable attributes required; for instance if the app package is a `namespace package`_ with multiple paths. - It may be ``None`` if the application isn't stored in a directory, for - instance if it's loaded from an egg. + It may be ``None`` if the application isn't stored in a directory. Read-only attributes -------------------- |
