Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong committed Aug 24, 2018
1 parent db68c1a commit cdb41a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lagom/base_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __call__(self, config):
config (OrderedDict): dictionary of configurations
Returns:
- result (object): result of the execution. If no need to return anything,
then an ``None`` should be returned.
result: object
result of the execution. If no need to return anything, then an ``None`` should be returned.
"""
raise NotImplementedError

0 comments on commit cdb41a1

Please sign in to comment.