From 67449f90998268d98860f83f28978cf671aa74b3 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 23 Jun 2014 17:16:50 +0200 Subject: [PATCH] Fixed typo in documentation --- bob/io/base/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/io/base/test_utils.py b/bob/io/base/test_utils.py index 27a4827..3d9eda9 100644 --- a/bob/io/base/test_utils.py +++ b/bob/io/base/test_utils.py @@ -22,7 +22,7 @@ def datafile(f, module=None, path='data'): This is the filename of the file you want to retrieve. Something like ``'movie.avi'``. - package: string, optional + module: string, optional 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 normally refer it using the ``__name__`` property of the module you want to -- GitLab