Skip to content

Commit

Permalink
Merge branch 'feature/test-multiple-backends-#150' of github.com:ral-…
Browse files Browse the repository at this point in the history
…facilities/datagateway-api into feature/test-multiple-backends-#150
  • Loading branch information
MRichards99 committed Jan 4, 2021
2 parents e826e20 + baff80d commit 6dea07e
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 @@ -15,7 +15,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 6dea07e

Please sign in to comment.