Skip to content

Commit

Permalink
small typo on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Leonardo A. Paulino committed Apr 16, 2019
1 parent 49fd0df commit bf9b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miraiml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>>> from miraiml import SearchSpace, Config, Engine
"""

__version__ = '4.1.7.5'
__version__ = '4.1.7.6'

from .main import SearchSpace, Config, Engine

Expand Down
2 changes: 1 addition & 1 deletion miraiml/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SearchSpace:
in the set of parameters defined on ``parameters_values``, otherwise
the engine will attempt to access an invalid key.
:raises: `` NotImplementedError('')``, ``TypeError``, ``ValueError``
:raises: ``NotImplementedError``, ``TypeError``, ``ValueError``
:Example:
Expand Down

0 comments on commit bf9b075

Please sign in to comment.