From 323f8b85f5fa56bc3ff2ed14f4c5f0d40b86fa16 Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Fri, 25 Jan 2013 10:31:33 -0700 Subject: [PATCH] Because I'm feeling nice, fixing punctuation for @giantlock --- salt/states/timezone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/timezone.py b/salt/states/timezone.py index ff72b12120..b67e4831ca 100644 --- a/salt/states/timezone.py +++ b/salt/states/timezone.py @@ -21,7 +21,7 @@ def __virtual__(): def system(name, utc=''): ''' - Set the timezone for the system + Set the timezone for the system. name The name of the timezone to use (e.g.: America/Denver)