Преглед изворни кода

Docs correction: apps loaded from eggs do not have appconfig.path None.

Carl Meyer пре 11 година
родитељ
комит
8bc3780b67
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      docs/ref/applications.txt

+ 1 - 2
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
 --------------------