From 006446f94abe3a3c78fb706d5597c8393fd4e5f0 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 18 Dec 2012 21:51:30 +0100 Subject: Flesh out Config docstring. --- kconfiglib.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kconfiglib.py') 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 -- cgit v1.2.3