Small cosmetic fix
authorJimbo77 <onlineregular@gmail.com>
Fri, 24 Aug 2012 01:01:06 +0000 (18:01 -0700)
committerJimbo77 <onlineregular@gmail.com>
Fri, 24 Aug 2012 01:01:06 +0000 (18:01 -0700)
lib/wallet.py

index 7df45c0..e95d545 100644 (file)
@@ -676,7 +676,7 @@ class Wallet:
         os.chmod(self.path,stat.S_IREAD | stat.S_IWRITE)
 
     def read(self):
-        '''Read the contents of the wallet file.'''
+        """Read the contents of the wallet file."""
         import interface
 
         self.file_exists = False