Skip to content

Commit a7f62f2

Browse files
committed
revert commit per feedback
1 parent 9e481b4 commit a7f62f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadquery/cq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def first(self: T) -> T:
698698
def item(self: T, i: int) -> T:
699699
"""
700700
701-
Return the nth item on the stack.
701+
Return the ith item on the stack.
702702
:rtype: a CQ object
703703
"""
704704
return self.newObject([self.objects[i]])

0 commit comments

Comments
 (0)