Skip to content

Commit

Permalink
DOC: small fix to image-analysis recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jul 6, 2017
1 parent 1e12350 commit f82b184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/tutorials/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ Here is a recipe for it::
Yields
------
avg: `~numpy.ndarray`
Weighted average.
sem: `~numpy.ndarray`
avg : `~numpy.ndarray`
Weighted average.
sem : `~numpy.ndarray`
Standard error in the mean
"""
stream1, stream2 = itertools.tee(images, 2)
averages = iaverage(stream1, weights = weights)
Expand Down

0 comments on commit f82b184

Please sign in to comment.