DOC: Fix Sphinx warning.

Trailing underscores are used to mark links. Wrap in name in backticks to prevent Sphinx for confusing this as a link.
This commit is contained in:
Tony S Yu
2012-09-02 15:50:32 -04:00
parent bfa6f05e1f
commit 1d91ed98ff
+1 -1
View File
@@ -344,7 +344,7 @@ def img_as_bool(image, force_copy=False):
Returns
-------
out : ndarray of bool (bool_)
out : ndarray of bool (`bool_`)
Output image.
Notes