Skip to content

Commit

Permalink
revert commit per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Jul 31, 2021
1 parent 9e481b4 commit a7f62f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadquery/cq.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def first(self: T) -> T:
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]])
Expand Down

0 comments on commit a7f62f2

Please sign in to comment.