Some doc string fixes for recently merged code

This commit is contained in:
Johannes Schönberger
2015-08-20 19:08:54 -04:00
parent 236aa208fe
commit ec64872fd5
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ Interpolation: Edge Modes
=========================
This example illustrates the different edge modes available during
interpolation in routines such as ``skimage.transform.rescale`` and
``skimage.transform.resize``.
interpolation in routines such as `skimage.transform.rescale` and
`skimage.transform.resize`.
"""
from skimage._shared.interpolation import extend_image
import skimage.data