Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d7220b

Browse files
DOC changed some typo of _shrunk_covariance.ledoit_wolf_shrinkage (#22798)
* Changed from 3rd to 1st person the 1st word and remote blanck space. * Add two periods in the content
1 parent 7f5fce9 commit 9d7220b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/datasets/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ def load_sample_images():
14041404

14051405

14061406
def load_sample_image(image_name):
1407-
"""Load the numpy array of a single sample image
1407+
"""Load the numpy array of a single sample image.
14081408
14091409
Read more in the :ref:`User Guide <sample_images>`.
14101410
@@ -1416,7 +1416,7 @@ def load_sample_image(image_name):
14161416
Returns
14171417
-------
14181418
img : 3D array
1419-
The image as a numpy array: height x width x color
1419+
The image as a numpy array: height x width x color.
14201420
14211421
Examples
14221422
--------

0 commit comments

Comments
 (0)