diff --git a/pyemu/__init__.py b/pyemu/__init__.py index 15dd1e1d..e669bc5e 100644 --- a/pyemu/__init__.py +++ b/pyemu/__init__.py @@ -35,7 +35,7 @@ except (ModuleNotFoundError, ImportError) as e: import warnings warnings.warn("Failed to import legacy module. " - "May impact ability to access older methods." + "May impact ability to access older methods. " f"{type(e).__name__} {e.msg}") from ._version import get_versions