commit fac2bc7387e4ba19232d253da848f3fafa038388
parent 36e250d3ab007f37dffa0022e9b37b67f5ef9e1e
Author: Jimbo77 <onlineregular@gmail.com>
Date: Wed, 22 Aug 2012 17:30:59 -0700
updated create_quote_text() docstring
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/gui_lite.py b/lib/gui_lite.py
@@ -300,7 +300,8 @@ class MiniWindow(QDialog):
self.balance_label.show_balance()
def create_quote_text(self, btc_balance):
- """Return a string copy of the amount of bitcoins in the argument."""
+ """Return a string copy of the amount fiat currency the
+ user has in bitcoins."""
quote_currency = self.quote_currencies[0]
quote_balance = self.exchanger.exchange(btc_balance, quote_currency)
if quote_balance is None: