From: Guido Trotter Date: Tue, 20 Jan 2009 17:50:27 +0000 (+0000) Subject: ConfigObject docstring, close an open parenthesis X-Git-Tag: v2.0.0beta1~36 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/55224070299fd267979208a247c2f4288bbd3dbb ConfigObject docstring, close an open parenthesis Reviewed-by: iustinp --- diff --git a/lib/objects.py b/lib/objects.py index 551ead6..1fc2db3 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -50,7 +50,7 @@ class ConfigObject(object): as None instead of raising an error Classes derived from this must always declare __slots__ (we use many - config objects and the memory reduction is useful. + config objects and the memory reduction is useful) """ __slots__ = []