From d03d632bcf9248a1f929be8e381894a6723ca0fa Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 20 Jun 2014 15:06:08 +0900 Subject: [PATCH] fix help --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index e59770c..7bad2f1 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -890,7 +890,7 @@ def help(): usage += s + '-' * (int(w) - 4) + '\n' usage += s + 'You are ' + yellow('already') + ' on your personal stream.\n' - usage += s * 2 + green('trend') + ' will show global trending topic. ' + \ + usage += s * 2 + green('trend') + ' will show global trending topics. ' + \ 'You can try ' + green('trend US') + ' or ' + \ green('trend JP Tokyo') + '.\n' usage += s * 2 + green('home') + ' will show your timeline. ' + \ -- 2.25.1