Update snippets in notes to use double backticks

This commit is contained in:
Juan Nunez-Iglesias
2013-09-22 13:37:04 +10:00
parent 34b1b7b414
commit 54530d16f6
+2 -2
View File
@@ -72,8 +72,8 @@ def relabel_from_one(label_field):
-----
The forward map can be extremely big for some inputs, since its
length is given by the maximum of the label field. However, in most
situations, `label_field.max()` is much smaller than
`label_field.size`, and in these cases the forward map is
situations, ``label_field.max()`` is much smaller than
``label_field.size``, and in these cases the forward map is
guaranteed to be smaller than either the input or output images.
Examples