Update find_contours docstring to use r/c notation

This update fixes #1140.

Other docstrings will probably need to be updated as well.
This commit is contained in:
Juan Nunez-Iglesias
2014-09-12 14:07:46 +10:00
parent df2bb43919
commit c87d5567b4
+1 -1
View File
@@ -35,7 +35,7 @@ def find_contours(array, level,
-------
contours : list of (n,2)-ndarrays
Each contour is an ndarray of shape ``(n, 2)``,
consisting of n ``(x, y)`` coordinates along the contour.
consisting of n ``(row, column)`` coordinates along the contour.
Notes
-----