From 6d4cd644e43cd35ae2651aa5f44156da908bbe09 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Tue, 30 Mar 2010 15:03:56 -0700 Subject: [PATCH] Formatting/spelling fix. --- python/cumulus/store/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.20.1