Skip to content
Snippets Groups Projects
Commit 67449f90 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed typo in documentation

parent 4e0381e5
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ def datafile(f, module=None, path='data'): ...@@ -22,7 +22,7 @@ def datafile(f, module=None, path='data'):
This is the filename of the file you want to retrieve. Something like This is the filename of the file you want to retrieve. Something like
``'movie.avi'``. ``'movie.avi'``.
package: string, optional module: string, optional
This is the python-style package name of the module you want to retrieve This is the python-style package name of the module you want to retrieve
the data from. This should be something like ``bob.io.test``, but you the data from. This should be something like ``bob.io.test``, but you
normally refer it using the ``__name__`` property of the module you want to normally refer it using the ``__name__`` property of the module you want to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment