From f63d942d9dc61ca75aae925aa4532c94305993db Mon Sep 17 00:00:00 2001 From: Olivia Date: Fri, 28 Aug 2015 22:11:55 +0100 Subject: [PATCH] Grammatical error/typo fixed --- doc/examples/plot_marked_watershed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_marked_watershed.py b/doc/examples/plot_marked_watershed.py index f8a55b1f..d94fb966 100644 --- a/doc/examples/plot_marked_watershed.py +++ b/doc/examples/plot_marked_watershed.py @@ -7,7 +7,7 @@ The watershed is a classical algorithm used for **segmentation**, that is, for separating different objects in an image. Here a marker image is built from the region of low gradient inside the image. -In a gradient image, the areas of high values provide barriers which help to +In a gradient image, the areas of high values provide barriers that help to segment the image. Using markers on the lower values will ensure that the segmented objects are found.