diff --git a/python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py b/python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py index 0dd7967..37e98d5 100644 --- a/python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py +++ b/python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py @@ -471,7 +471,7 @@ def evaluate_m1m3_ics_single_slew( def create_logger(name: str) -> logging.Logger: """ - Creates a logger object with the specified name and returns it. + Create a logger object with the specified name and returns it. Parameters ----------