From 89109541bd452bd6f60979c81b883ab4068fa258 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Sun, 19 Aug 2012 18:08:32 -0700 Subject: [PATCH] created docstring for set_path() --- lib/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet.py b/lib/wallet.py index 68f8b1fe..d53ef593 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -351,7 +351,7 @@ class Wallet: self.interface.poke() def set_path(self, wallet_path): - + '''Set the path of the wallet.''' if wallet_path is not None: self.path = wallet_path else: