summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-08 11:45:35 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-08 11:45:35 -0800
commit643cd4cf589e1a88bb3dbc36bd5344e80e1be514 (patch)
treec761a17acfbcd600abb3d8876b1b1308614b1efd /README.rst
parente57dee60a5ab6266ed375adce12df18e0a3dda0c (diff)
parentf4ae573d06ca990c6f0f12f585429d864e01d70c (diff)
Merge pull request #84 from rrampage/master
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 7877a971..e34d879c 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.