From b5f9288841e25fb07ea24abf9d53e169aecba582 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Wed, 18 Jun 2014 23:44:21 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- README.rst | 4 ++-- rainbowstream/rainbow.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1f241a..53ba885 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ __Action Command__ * ```show image 12``` will show the image in tweet with *[id=12]* in your OS's image viewer. -* ```ls fl```will list all your followers (people who is following you). +* ```ls fl```will list all your followers (people who are following you). * ```ls fr```will list all your friends (people who you are following). diff --git a/README.rst b/README.rst index c0d70ef..5727f29 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Rainbow Stream .. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat :target: https://pypi.python.org/pypi/rainbowstream - + .. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat :target: https://pypi.python.org/pypi/rainbowstream @@ -113,7 +113,7 @@ Here is full list of supported command - ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer. -- ``ls fl`` will list all your followers (people who is following you). +- ``ls fl`` will list all your followers (people who are following you). - ``ls fr`` will list all your friends (people who you are following). diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 8e41ec3..0972390 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -561,7 +561,7 @@ def help(): yellow('[id=12]') + ' in your OS\'s image viewer.\n' usage += s * 2 + \ green('ls fl') + \ - ' will list all followers (people who is following you).\n' + ' will list all followers (people who are following you).\n' usage += s * 2 + \ green('ls fr') + \ ' will list all friends (people who you are following).\n' -- 2.25.1