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 bc20d28 commit db68c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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,
- result (object): result of the execution. If no need to return anything,
then an ``None`` should be returned.
"""
raise NotImplementedError

0 comments on commit db68c1a

Please sign in to comment.