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.