Skip to content

Commit 4bc1719

Browse files
committed
Fix typo in comment
1 parent e412d15 commit 4bc1719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/identityset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def add(self, elem):
1818
self._elems.add(elem)
1919

2020
def remove(self, elem):
21-
""" Removes an element if it exits. Otherwise does nothing.
21+
""" Removes an element if it exists. Otherwise does nothing.
2222
Returns if the element was removed.
2323
"""
2424
if elem in self._elems:

0 commit comments

Comments
 (0)