Update doc string for new functionality

This commit is contained in:
Johannes Schönberger
2013-07-05 17:34:38 +02:00
parent c0a019eb12
commit 9d806eb413
+1 -1
View File
@@ -3,7 +3,7 @@ from ..util.shape import view_as_blocks, _pad_asymmetric_zeros
def _block_func(image, factors, func):
"""Down-sample image by integer factors.
"""Down-sample image by applying function to local blocks.
Parameters
----------