From 7ff0e3db2f2e0d4ce93f2d0add1ed79799b39b2b Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Tue, 3 Dec 2024 16:21:18 +0100 Subject: [PATCH] removed unnessary acronym in a doc --- gso/services/lso_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/services/lso_client.py b/gso/services/lso_client.py index 29be36d9..1529ca1f 100644 --- a/gso/services/lso_client.py +++ b/gso/services/lso_client.py @@ -270,7 +270,7 @@ def anonymous_lso_interaction(provisioning_step: Step, validation_step: Step = _ def anonymous_indifferent_lso_interaction(provisioning_step: Step) -> StepList: - """Interact with the provisioning proxy :term:`LSO` without any user input. + """Interact with the provisioning proxy LSO without any user input. Similar to the anonymous LSO interaction, but indifferent about the outcome of the Ansible playbook that is executed -- GitLab