From 36e250d3ab007f37dffa0022e9b37b67f5ef9e1e Mon Sep 17 00:00:00 2001 From: Jimbo77 Date: Wed, 22 Aug 2012 17:26:50 -0700 Subject: [PATCH] created create_quote_text() docstring --- lib/gui_lite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui_lite.py b/lib/gui_lite.py index bf0a64a03..19bae02e9 100644 --- a/lib/gui_lite.py +++ b/lib/gui_lite.py @@ -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: