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