Formatting/spelling fix.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 22:03:56 +0000 (15:03 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 22:03:56 +0000 (15:03 -0700)
python/cumulus/store/__init__.py

index 6c8c8ee..7150a1f 100644 (file)
@@ -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()