diff --git a/pyaedt/modeler/circuits/object3dcircuit.py b/pyaedt/modeler/circuits/object3dcircuit.py index 0cd5d6df0f8..eeba9b5e2ea 100644 --- a/pyaedt/modeler/circuits/object3dcircuit.py +++ b/pyaedt/modeler/circuits/object3dcircuit.py @@ -952,7 +952,9 @@ def change_symbol_pin_locations(self, pin_locations): Parameters ---------- pin_locations : dict - A dictionary with two keys: "left" and "right", each containing a list of pin names to be placed on the left and right sides of the symbol, respectively. + A dictionary with two keys: "left" and "right", + each containing a list of pin names to be placed on the left and + right sides of the symbol, respectively. Returns -------