From 4d914bf512fa5a320b11529ff7003be96e6ea2c7 Mon Sep 17 00:00:00 2001 From: Roger Maitland Date: Sun, 11 Sep 2022 10:06:55 -0400 Subject: [PATCH] Fixed typo in docstring --- src/build123d/build_part.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build123d/build_part.py b/src/build123d/build_part.py index 2a96bb6..6dd7a0d 100644 --- a/src/build123d/build_part.py +++ b/src/build123d/build_part.py @@ -511,7 +511,7 @@ class Loft(Solid): Loft the pending sketches/faces, across all workplanes, into a solid. Args: - section (Face): sequence of loft sections. If not provided, pending_faces + sections (Face): sequence of loft sections. If not provided, pending_faces will be used. ruled (bool, optional): discontiguous layer tangents. Defaults to False. mode (Mode, optional): combination mode. Defaults to Mode.ADD.