mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
updated imread parameters comment to standard format
- with 'str' file type (instead of 'string')
This commit is contained in:
@@ -21,7 +21,8 @@ def imread(fname, dtype=None):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
fname : file name as string
|
||||
fname : str
|
||||
File name.
|
||||
dtype : numpy dtype object or string specifier
|
||||
Specifies data type of array elements.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user