Skip to content

Commit 48ef2f9

Browse files
committed
Update docstring for missing input arguments
1 parent 00fa1c8 commit 48ef2f9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api/evaluator.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,14 @@ class EvaluatorBase(ABC):
7878
oai_base : str
7979
Open Archives initiative , This is the place in which the API will ask for the metadata
8080
81-
lang : Language
81+
lang : str
82+
Two-letter language code
83+
84+
config : ConfigParser object
85+
ConfigParser's object containing both plugin's and main configuration.
86+
87+
name : str
88+
FAIR-EVA's plugin name.
8289
"""
8390

8491
def __init__(

0 commit comments

Comments
 (0)