From 6c3e57a8aa7f0ccec45584de41f75c1923632e81 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 Feb 2016 15:08:37 -0500 Subject: [PATCH] update readme #20 --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e4837ff..725bd3f 100644 --- a/README.rst +++ b/README.rst @@ -103,10 +103,9 @@ Excellent for sharing data with friends, or generating reports. with open('report.xls', 'wb') as f: f.write(rows.dataset.xls) -You get the point. Of course, all other features of Tablib are also -available, so you can sort results, add/remove columns/rows, remove -duplicates, transpose the table, add separators, slice data by column, -and more. +You get the point. All other features of Tablib are also available, +so you can sort results, add/remove columns/rows, remove duplicates, +transpose the table, add separators, slice data by column, and more. See the `Tablib Documentation `_ for more details.