From a88faff3b055abfe2d3bd375739f9417c51660b9 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Tue, 25 Jul 2017 09:12:18 +0100 Subject: [PATCH] consistent comments --- dave/modules/stock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dave/modules/stock.py b/dave/modules/stock.py index 7098046..5bafb16 100644 --- a/dave/modules/stock.py +++ b/dave/modules/stock.py @@ -36,7 +36,7 @@ def stock(bot, args, sender, source): name = quote["Name"] if price == 0 and change == 0: - """Company is dead.""" + # Company is dead bot.reply(source, sender, assembleFormattedText( A.normal[A.bold[name], " is no longer trading."] )) -- libgit2 1.7.2