updated imread parameters comment to standard format

- with 'str' file type (instead of 'string')
This commit is contained in:
Adam Feuer
2014-08-09 09:01:07 -07:00
parent 0ff30f6f4c
commit 05380823cc
+2 -1
View File
@@ -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.