summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorrrampage <raunak1001@gmail.com>2015-01-08 20:45:12 +0530
committerrrampage <raunak1001@gmail.com>2015-01-08 20:45:12 +0530
commitf4ae573d06ca990c6f0f12f585429d864e01d70c (patch)
tree4cb7cbd29e979b8b345720c9d49aa0509d957253 /README.rst
parent2e4545c3deff1c3b474ce2884e0a8e8d0101842a (diff)
Corrected some typos
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 57999eda..40991bc4 100644
--- a/README.rst
+++ b/README.rst
@@ -153,7 +153,7 @@ This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`
library for pretty printing the output of tables. The reason for vendoring this
library rather than listing it as a dependency in setup.py, is because I had to
make a change to the table format which is merged back into the original repo,
-but not yet released inPyPI.
+but not yet released in PyPI.
`Click <http://click.pocoo.org/3/>`_ is used for command line option parsing
and printing error messages.