created create_quote_text() docstring

This commit is contained in:
Jimbo77 2012-08-22 17:26:50 -07:00
parent e34243d778
commit 36e250d3ab
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ 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."""
quote_currency = self.quote_currencies[0]
quote_balance = self.exchanger.exchange(btc_balance, quote_currency)
if quote_balance is None: