Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrybarski committed Jun 4, 2015
1 parent 5dd7a82 commit 495139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ for image in nd2[:100:2]:

for image in nd2[::-1]:
# iterate backwards over every image, if you're into that kind of thing
do_something_image.data)
do_something(image.data)
```

### Image Sets
Expand Down

0 comments on commit 495139f

Please sign in to comment.