diff --git a/seleniumbase/core/application_manager.py b/seleniumbase/core/application_manager.py index 9f903893..c2d2a450 100755 --- a/seleniumbase/core/application_manager.py +++ b/seleniumbase/core/application_manager.py @@ -12,8 +12,8 @@ class ApplicationManager: @classmethod def generate_application_string(cls, test): - """Generate an application string based on some of the given information - that can be pulled from the test object: app_env, start_time.""" + """Generate a string based on some of the given information + that's pulled from the test object: app_env, start_time.""" app_env = "test" if hasattr(test, "env"):