Skip to content
Snippets Groups Projects
Commit 9dbcc4e2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'p1' into 'master'

Fix typo in docs

See merge request !67
parents 0c672d5e 99e8c047
No related branches found
No related tags found
1 merge request!67Fix typo in docs
Pipeline #
......@@ -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:
......
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