Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/smg.rst
Original file line number Diff line number Diff line change
@@ -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)
----------------
Expand Down
2 changes: 1 addition & 1 deletion tests/test_logging_setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down