mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 10:36:08 +08:00
Update snippets in notes to use double backticks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user