From 99e8c04795197bd2e49d357e5415c044aa3582e7 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Mon, 24 Apr 2017 14:27:49 +0200 Subject: [PATCH] fix typo --- bob/bio/base/preprocessor/Preprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/preprocessor/Preprocessor.py b/bob/bio/base/preprocessor/Preprocessor.py index b8382b08..48378e79 100644 --- a/bob/bio/base/preprocessor/Preprocessor.py +++ b/bob/bio/base/preprocessor/Preprocessor.py @@ -42,7 +42,7 @@ class Preprocessor (object): # The call function (i.e. the operator() in C++ terms) def __call__(self, data, annotations): - """__call__(data, annotations) -> dara + """__call__(data, annotations) -> data This is the call function that you have to overwrite in the derived class. The parameters that this function will receive are: -- GitLab