aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-14 14:05:38 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-14 14:05:38 -0400
commit1c17e36ebe2bed642e44dfaedcb8cab2b03bb3ac (patch)
treebbcfd00d591c994b8d97ebc39e2a0febed5422e5 /README.rst
parentfa3c7d1ed97891fe901bbeb34a93cc354d9d724b (diff)
downloadtabletext-1c17e36ebe2bed642e44dfaedcb8cab2b03bb3ac.tar.gz
Fix small typos in README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 22271b6..cab78db 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,9 @@ its input into a table and prints it on the standard output.
Installation
------------
-``tabletext`` is available on Pypi and can be installed with:
+``tabletext`` is available on Pypi_ and can be installed with:
+
+.. _Pypi: https://pypi.python.org/pypi/tabletext
.. code-block:: bash
@@ -44,7 +46,7 @@ sequence's elements are the rows of the table.
will output the following:
-.. code::
+.. code:: bash
┌──────┬──────────────────────┐
│ Code │ Name │
@@ -69,7 +71,7 @@ You can customize the output with optional arguments:
will output:
-.. code::
+.. code:: bash
+======+======================+
! Code ! Name !
@@ -159,8 +161,8 @@ More about some options:
used for all entries, or a list of format strings, one per column of the
table. The format strings must follow Python's `format specification`_. Note
however that you don't have to specify the width since it is automatically
- computed. Useful format strings are ``"<"``, ``">"`` and ``"="`` for left
- align, right align and centered columns respectively.
+ computed. Useful format strings are ``"<"``, ``">"`` and ``"="`` for
+ left-aligned, right-aligned and centered columns respectively.
* ``corners`` and ``header_corners`` are strings containing the corner
characters to be used for rows and the header row respectively. Follow the