diff --git a/exasol_transformers_extension/deployment/language_container_deployer.py b/exasol_transformers_extension/deployment/language_container_deployer.py index 1f43ff3e..f8fbd18a 100644 --- a/exasol_transformers_extension/deployment/language_container_deployer.py +++ b/exasol_transformers_extension/deployment/language_container_deployer.py @@ -158,7 +158,7 @@ def activate_container(self, bucket_file_path: str, alter_type: LanguageActivationLevel = LanguageActivationLevel.Session, allow_override: bool = False) -> None: """ - Activates the SLC container at the required level. + Activates the language container at the required level. bucket_file_path - Path within the designated bucket where the container is uploaded. alter_type - Language activation level, defaults to the SESSION.