diff --git a/docs/source/smg.rst b/docs/source/smg.rst index d51ba29..391867a 100644 --- a/docs/source/smg.rst +++ b/docs/source/smg.rst @@ -1,7 +1,7 @@ Software Maintenance Guide =========================== -This document outlines how to configure and setup a development environment to work on this codebase. +This document outlines how to configure and setup a development environment to work on |project_name|. Backend (Python) ---------------- diff --git a/tests/test_logging_setup.py b/tests/test_logging_setup.py index 5f8ca9c..134ddeb 100644 --- a/tests/test_logging_setup.py +++ b/tests/test_logging_setup.py @@ -1,4 +1,4 @@ -"""Unit tests for the python_template_server.logging_setup module.""" +"""Unit tests for the template_python.logging_setup module.""" import logging from unittest.mock import MagicMock