summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkxxoling <kxxoling@gmail.com>2015-09-26 18:59:00 +0800
committerkxxoling <kxxoling@gmail.com>2015-09-26 18:59:00 +0800
commitda3bfd2ec46e83dadf0fd82907b11c4ee85aba1f (patch)
tree3edb7fa5697e7d65c33c749f15872678c22184ba
parent336392ab1671fabd767ecfd1b0eda0ab0e45d421 (diff)
downloadpython-prettytable-ptable-da3bfd2ec46e83dadf0fd82907b11c4ee85aba1f.tar.gz
Fix rst grammar
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f959050..2dd7a18 100644
--- a/README.rst
+++ b/README.rst
@@ -58,7 +58,7 @@ PTable library API is almost as PrettyTable, you can import the same API from
from prettytable import PrettyTable
x = PrettyTable()
-A better hosted document is hosted on `ReadTheDocument <http://ptable.readthedocs.org/?`_ .
+A better hosted document is hosted on `ReadTheDocument <http://ptable.readthedocs.org/>`_ .
As command-line tool