Skip to content

Commit

Permalink
chore: corrected docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 17, 2021
1 parent 57bf66a commit c70ddce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biosimulators_ginsim/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def exec_sed_task(task, variables, preprocessed_task=None, log=None, config=None
Args:
task (:obj:`Task`): task
variables (:obj:`list` of :obj:`Variable`): variables that should be recorded
preprocessed_task (:obj:`object`, optional): preprocessed information about the task, including possible
preprocessed_task (:obj:`dict`, optional): preprocessed information about the task, including possible
model changes and variables. This can be used to avoid repeatedly executing the same initialization
for repeated calls to this method.
log (:obj:`TaskLog`, optional): log for the task
Expand Down Expand Up @@ -208,7 +208,7 @@ def preprocess_sed_task(task, variables, config=None):
config (:obj:`Config`, optional): BioSimulators common configuration
Returns:
:obj:`object`: preprocessed information about the task
:obj:`dict`: preprocessed information about the task
"""
config = config or get_config()

Expand Down

0 comments on commit c70ddce

Please sign in to comment.