DOC: Fix block-formatting in doctest

This commit is contained in:
Tony S Yu
2012-09-11 23:35:09 -04:00
parent 2614853a92
commit 24f3b7d260
+1 -1
View File
@@ -124,7 +124,7 @@ def hough(img, theta=None):
>>> img[:, 65] = 1
>>> img[35:45, 35:50] = 1
>>> for i in range(90):
>>> img[i, i] = 1
... img[i, i] = 1
>>> img += np.random.random(img.shape) > 0.95
Apply the Hough transform: