diff --git a/boxes/edges.py b/boxes/edges.py index ccad26c..d4f76f0 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -1374,7 +1374,7 @@ Inherited: absolute_params.update( { "second_pin": True, - "spring": ("both", "none", "left", "right", "both"), + "spring": ("both", "none", "left", "right"), } ) def edgeObjects(self, boxes, chars=None, add=True):