diff --git a/cadquery/cq.py b/cadquery/cq.py index 9cc2f45f..6ab87ff4 100644 --- a/cadquery/cq.py +++ b/cadquery/cq.py @@ -698,7 +698,7 @@ class Workplane(object): def item(self: T, i: int) -> T: """ - Return the nth item on the stack. + Return the ith item on the stack. :rtype: a CQ object """ return self.newObject([self.objects[i]])