Browse Source

updated create_quote_text() docstring

283
Jimbo77 13 years ago
parent
commit
fac2bc7387
  1. 3
      lib/gui_lite.py

3
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:

Loading…
Cancel
Save