From dcdcf166eeecf8aa9192ad11edb00aabce6742c9 Mon Sep 17 00:00:00 2001 From: Andi Barg <47257059+andibarg@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:58:45 +0200 Subject: [PATCH] Update docstring Co-authored-by: crnh <30109443+crnh@users.noreply.github.com> --- zospy/zpcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zospy/zpcore.py b/zospy/zpcore.py index af814d9..e4fc36e 100644 --- a/zospy/zpcore.py +++ b/zospy/zpcore.py @@ -438,7 +438,7 @@ def connect_as_extension( instancenumber: int An integer to specify the number of the instance used. return_primary_system: bool - A boolean indicating if OpticStudioSystem should be returned directly. + A boolean indicating if the primary OpticStudioSystem should be returned. Returns -------