From: Michael Vrable Date: Tue, 30 Mar 2010 22:03:56 +0000 (-0700) Subject: Formatting/spelling fix. X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=6d4cd644e43cd35ae2651aa5f44156da908bbe09 Formatting/spelling fix. --- diff --git a/python/cumulus/store/__init__.py b/python/cumulus/store/__init__.py index 6c8c8ee..7150a1f 100644 --- a/python/cumulus/store/__init__.py +++ b/python/cumulus/store/__init__.py @@ -61,11 +61,11 @@ class Store (object): pass def close(self): - """Tier down the connection explicitly if needed + """Tear down the connection explicitly if needed - Currently needed for sftp to be able to end the program.""" + Currently needed for sftp to be able to end the program.""" - pass + pass def __del__(self): self.close()