Skip to content

Commit

Permalink
Merge pull request #652 from Goddard/master
Browse files Browse the repository at this point in the history
Fixed typo in examples
  • Loading branch information
tburrows13 authored Oct 12, 2017
2 parents cd80d62 + 0b35773 commit 00fe917
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 00fe917

Please sign in to comment.