From c60abd623cd7dc5995e6d347435ac48a13ff7104 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 15 Sep 2010 11:46:05 +0100 Subject: [PATCH] Split a long docstring line in objects.py Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/objects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/objects.py b/lib/objects.py index fe4775886..0be44fc9c 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -915,7 +915,8 @@ class NodeGroup(ConfigObject): def ToDict(self): """Custom function for nodegroup. - This discards the members object, which gets recalculated and is only kept in memory. + This discards the members object, which gets recalculated and is only kept + in memory. """ mydict = super(NodeGroup, self).ToDict() -- GitLab