Skip to content

Commit 98f1a95

Browse files
committed
Improve description of Configuration.{load_only,isolated}
1 parent ba81cc9 commit 98f1a95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/html/development/architecture/configuration-files.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ environment: a combination of configuration files and environment variables.
5353

5454
It can be used in two "modes", for reading all the values from the local
5555
environment and for manipulating a single configuration file. It differentiates
56-
between these two modes using the ``load_only`` attribute.
56+
between these two modes using the ``load_only`` attribute, which can be None or
57+
represent the :ref:`kind <config-kinds>` of the configuration file to be
58+
manipulated.
5759

58-
The ``isolated`` attribute manipulates which sources are used when loading the
60+
The ``isolated`` attribute determines which sources are used when loading the
5961
configuration. If ``isolated`` is ``True``, user-specific configuration files
6062
and environment variables are not used.
6163

0 commit comments

Comments
 (0)