diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 21:51:30 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-18 21:51:30 +0100 |
| commit | 006446f94abe3a3c78fb706d5597c8393fd4e5f0 (patch) | |
| tree | ea9d50fa57460afb9cc5b5de21e7559c1f16e7de /kconfiglib.py | |
| parent | 87a34c014505f884846f20a03f0121cb17b915c6 (diff) | |
Flesh out Config docstring.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 0c3e4c7..c3f9839 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -82,7 +82,10 @@ import sys class Config(): - """Represents a Kconfig configuration.""" + """Represents a Kconfig configuration, e.g. for i386 or ARM. This is the + set of symbols and other items appearing in the configuration together with + their values. Creating any number of Config objects -- including for + different architectures -- is safe; Kconfiglib has no global state.""" # # Public interface |
