From 9ebaa6edd98c57d48f1b0703f909294f17250adc Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:31:22 +0200 Subject: [PATCH] doc: missing description --- src/ansys/geometry/core/connection/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/geometry/core/connection/launcher.py b/src/ansys/geometry/core/connection/launcher.py index ba9f09a517..39fc51177d 100644 --- a/src/ansys/geometry/core/connection/launcher.py +++ b/src/ansys/geometry/core/connection/launcher.py @@ -286,7 +286,7 @@ def _launch_pim_instance( product_version : str, optional Version of the service to run. By default, ``None``. backend_type : BackendType, optional - Service backend type deployed. + Service backend type deployed. By default, ``None``. Returns -------