From cd62bd81e923ded9a1359a150051287dc8c05537 Mon Sep 17 00:00:00 2001 From: Hui Zhou Date: Fri, 27 Oct 2023 16:29:21 +0200 Subject: [PATCH] Update pyaedt/edb.py Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com> --- pyaedt/edb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/edb.py b/pyaedt/edb.py index b1ce5724f43..bf5f0c5b214 100644 --- a/pyaedt/edb.py +++ b/pyaedt/edb.py @@ -3660,7 +3660,7 @@ def create_port(self, terminal, ref_terminal=None, is_circuit_port=False): class:`pyaedt.edb_core.edb_data.terminals.PinGroupTerminal`, optional is_circuit_port : bool, optional - Whether it is a circuit port. + Whether it is a circuit port. The default is ``False``. Returns -------