From c15673aef79b0805597d326667a9bb99db6b4e9a Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Thu, 13 Oct 2011 11:05:39 +0200 Subject: [PATCH] +docstring Signed-off-by: Steven Armstrong --- lib/cdist/core/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/core/manifest.py b/lib/cdist/core/manifest.py index e97ba095..fc82b1cc 100644 --- a/lib/cdist/core/manifest.py +++ b/lib/cdist/core/manifest.py @@ -62,7 +62,7 @@ type manifeste is: class Manifest(object): - """Represents a cdist manifest. + """Executes cdist manifests. """ def __init__(self, target_host, local):