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 -------