Skip to content

Commit

Permalink
Fixed typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Apr 26, 2017
1 parent bcceb0c commit ce64725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/ipython/magics.py
Expand Up @@ -665,7 +665,7 @@ def _format_options_error(cls, err):
loaded_backends[-1])

suggestion = ("If you believe this keyword is correct, please make sure "
"the backend hasbeen imported or loaded with the "
"the backend has been imported or loaded with the "
"notebook_extension.")

group = '{0} option'.format(err.group_name) if err.group_name else 'keyword'
Expand Down

0 comments on commit ce64725

Please sign in to comment.