Skip to content

Commit c98cb05

Browse files
author
A. Jesse Jiryu Davis
committed
Spelling.
1 parent 066dd33 commit c98cb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_collection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,8 @@ def test_exhaust(self):
16811681
pass
16821682
self.assertEqual(1, len(socks))
16831683

1684-
# If the Cursor intance is discarded before being
1685-
# completely interated we have to close and
1684+
# If the Cursor instance is discarded before being
1685+
# completely iterated we have to close and
16861686
# discard the socket.
16871687
cur = client[self.db.name].test.find(exhaust=True)
16881688
cur.next()

0 commit comments

Comments
 (0)