From 78b3050ea148aa865cf11584f3d71d80120aeb40 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 25 Nov 2008 21:27:55 -0500 Subject: Reword the module docstring --- puppethost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppethost.py b/puppethost.py index c2b1228..f36d26f 100755 --- a/puppethost.py +++ b/puppethost.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -"""Create a host package for bootstrapping a puppet host.""" +"""Create a host-specific package for bootstrapping a puppet.""" import os import glob -- cgit