There was an error while loading. Please reload this page.
1 parent 066dd33 commit c98cb05Copy full SHA for c98cb05
test/test_collection.py
@@ -1681,8 +1681,8 @@ def test_exhaust(self):
1681
pass
1682
self.assertEqual(1, len(socks))
1683
1684
- # If the Cursor intance is discarded before being
1685
- # completely interated we have to close and
+ # If the Cursor instance is discarded before being
+ # completely iterated we have to close and
1686
# discard the socket.
1687
cur = client[self.db.name].test.find(exhaust=True)
1688
cur.next()
0 commit comments