diff --git a/skimage/transform/hough_transform.py b/skimage/transform/hough_transform.py index a5987d5d..5e77954d 100644 --- a/skimage/transform/hough_transform.py +++ b/skimage/transform/hough_transform.py @@ -111,10 +111,10 @@ def hough(img, theta=None): ------- H : 2-D ndarray of uint64 Hough transform accumulator. - distances : ndarray - Distance values. theta : ndarray Angles at which the transform was computed. + distances : ndarray + Distance values. Examples --------