fix a bug in readme doctest

This commit is contained in:
chfw 2016-08-23 18:08:39 +01:00
parent c2ef6d83aa
commit f3c1c541c6
1 changed files with 1 additions and 1 deletions

View File

@ -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