Skip to content

Commit

Permalink
Update datagateway_api/common/backends.py
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com>
  • Loading branch information
MRichards99 and VKTB authored Jan 4, 2021
1 parent 01449cc commit baff80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagateway_api/common/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def create_backend(backend_type):
:param backend_type: The type of backend that should be created and used for the API
:type backend_type: :class:`str`
:return: Either an instance of `common.dataase.backend.DatabaseBackend` or
:return: Either an instance of `common.database.backend.DatabaseBackend` or
`common.icat.backend.PythonICATBackend`
"""

Expand Down

0 comments on commit baff80d

Please sign in to comment.