From f3c1c541c6ca42e6de43b5e6658abfb91883bcf1 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 23 Aug 2016 18:08:39 +0100 Subject: [PATCH] fix a bug in readme doctest --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index df58ef0..bb1ed2a 100644 --- a/README.rst +++ b/README.rst @@ -163,7 +163,7 @@ Obvious, you could do both at the same time: ... start_row=2, row_limit=3, ... start_column=1, column_limit=2) >>> partial_data['huge'] - [[3, 23, 33], [4, 24, 34], [5, 25, 35]] + [[23, 33], [24, 34], [25, 35]] As a pyexcel plugin