diff --git a/datagateway_api/common/backends.py b/datagateway_api/common/backends.py index ed19a93a..e74d941b 100644 --- a/datagateway_api/common/backends.py +++ b/datagateway_api/common/backends.py @@ -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` """