From 9fb0fad34531f9f2102ba9ee6efa1670bebce746 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 23 Oct 2014 10:56:37 -0400 Subject: [PATCH] Fixed a minor documentation error with Plane.toWorldCoords. --- cadquery/freecad_impl/geom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadquery/freecad_impl/geom.py b/cadquery/freecad_impl/geom.py index c581e5d..dfafb7c 100644 --- a/cadquery/freecad_impl/geom.py +++ b/cadquery/freecad_impl/geom.py @@ -419,7 +419,7 @@ class Plane: :param tuplePoint: point in local coordinates to convert :type tuplePoint: a 2 or three tuple of float. the third value is taken to be zero if not supplied - :return: a 3-tuple in global coordinates + :return: a Vector in global coordinates """