Skip to content

Commit

Permalink
Closes scikit-learn#12202; indentation discrep.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChenal committed Dec 18, 2018
1 parent f81beda commit 294ce61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sklearn/feature_extraction/image.py
Expand Up @@ -331,10 +331,10 @@ def extract_patches_2d(image, patch_size, max_patches=None, random_state=None):
Returns
-------
patches : array, shape = (n_patches, patch_height, patch_width) or
(n_patches, patch_height, patch_width, n_channels)
The collection of patches extracted from the image, where `n_patches`
is either `max_patches` or the total number of patches that can be
extracted.
(n_patches, patch_height, patch_width, n_channels)
The collection of patches extracted from the image, where `n_patches`
is either `max_patches` or the total number of patches that can be
extracted.
Examples
--------
Expand Down

0 comments on commit 294ce61

Please sign in to comment.