Skip to content

Commit

Permalink
fixed typo in library include
Browse files Browse the repository at this point in the history
  • Loading branch information
Goddard committed Oct 5, 2017
1 parent cd80d62 commit 0b35773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/quick_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Blurring all frames of a video

::

from skimage.filter import gaussian_filter
from skimage.filters import gaussian_filter
from moviepy.editor import VideoFileClip

def blur(image):
Expand Down

0 comments on commit 0b35773

Please sign in to comment.