From fac2bc7387e4ba19232d253da848f3fafa038388 Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Wed, 22 Aug 2012 17:30:59 -0700 Subject: [PATCH] updated create_quote_text() docstring --- lib/gui_lite.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index 19bae02e9..07bf9d8a1 100644 --- 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: