revert commit per feedback

This commit is contained in:
luz paz
2021-07-30 20:01:59 -04:00
parent 9e481b41a1
commit a7f62f2faa

View File

@ -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]])