Skip to content
Snippets Groups Projects
Commit 9d8c8d29 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[doc] Remove reference to old bob.io.base.File

parent 3c970f50
No related branches found
No related tags found
1 merge request!45Switch to the new package structure using citools
Pipeline #66600 failed
...@@ -154,7 +154,7 @@ def load(inputs): ...@@ -154,7 +154,7 @@ def load(inputs):
"""load(inputs) -> data. """load(inputs) -> data.
Loads the contents of a file, an iterable of files, or an iterable of Loads the contents of a file, an iterable of files, or an iterable of
:py:class:`bob.io.base.File`'s into a :py:class:`numpy.ndarray`. :class:`File` objects into a :py:class:`numpy.ndarray`.
**Parameters:** **Parameters:**
...@@ -208,7 +208,7 @@ def load(inputs): ...@@ -208,7 +208,7 @@ def load(inputs):
else: else:
raise TypeError( raise TypeError(
"Unexpected input object. This function is expecting a filename, " "Unexpected input object. This function is expecting a filename, "
"or an iterable of filenames and/or bob.io.base.File's" "or an iterable of filenames and/or File objects."
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment