Replace em-dash with regular dash in comment

This commit is contained in:
Juan Nunez-Iglesias
2015-01-14 17:50:31 +11:00
parent 7935e51596
commit 9eed552ee7
+1 -1
View File
@@ -204,7 +204,7 @@ def mark_boundaries(image, label_img, color=(1, 1, 0),
marked = gray2rgb(marked)
if mode == 'subpixel':
# Here, we want to interpose an extra line of pixels between
# each original line except for the last axis which holds
# each original line - except for the last axis which holds
# the RGB information. ``nd.zoom`` then performs the (cubic)
# interpolation, filling in the values of the interposed pixels
marked = nd.zoom(marked, [2 - 1/s for s in marked.shape[:-1]] + [1],