From 8bc3780b67cc37dec04d622833dfa3a26c38fa84 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 25 Jan 2014 20:56:36 -0700 Subject: [PATCH] Docs correction: apps loaded from eggs do not have appconfig.path None. --- docs/ref/applications.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 6f02a606d0f..2eff15d708b 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 --------------------