diff --git a/src/actinia_module_plugin/endpoints.py b/src/actinia_module_plugin/endpoints.py index 5b389ff..9cf17de 100644 --- a/src/actinia_module_plugin/endpoints.py +++ b/src/actinia_module_plugin/endpoints.py @@ -50,7 +50,7 @@ def create_project_endpoints(apidoc, projects_url_part="projects"): """ - Function to add resources with "project" inside the endpoint url. + Function to add resources with "projects" inside the endpoint url. Args: apidoc (flask_restful_swagger_2.Api): Flask api