fix typo
authorOrakaro <nhatminh_179@hotmail.com>
Wed, 18 Jun 2014 14:44:21 +0000 (23:44 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Wed, 18 Jun 2014 14:44:21 +0000 (23:44 +0900)
README.md
README.rst
rainbowstream/rainbow.py

index d1f241a3329f9b00501498d2f674e7e56a83e47b..53ba885302231089484c038aa3a03f7854afee42 100644 (file)
--- 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).
 
index c0d70efc658b8b98076c0abf01d56a3641833cde..5727f2903c9e7dd48d76db2b0ab7a0827b828e31 100644 (file)
@@ -3,7 +3,7 @@ Rainbow Stream
 \r
 .. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat\r
    :target: https://pypi.python.org/pypi/rainbowstream\r
-   \r
+\r
 .. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat\r
    :target: https://pypi.python.org/pypi/rainbowstream\r
 \r
@@ -113,7 +113,7 @@ Here is full list of supported command
 \r
 -  ``show image 12`` will show the image in tweet with *[id=12]* in your OS's image viewer.\r
 \r
--  ``ls fl`` will list all your followers (people who is following you).\r
+-  ``ls fl`` will list all your followers (people who are following you).\r
 \r
 -  ``ls fr`` will list all your friends (people who you are following).\r
 \r
index 8e41ec333aeb17ac84a3595973fa6e4687902553..09723904628ffaa9359f5c1f59a14a5bd115c5c7 100644 (file)
@@ -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'