We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c23ee0 commit bc61199Copy full SHA for bc61199
pymongo/asynchronous/mongo_client.py
@@ -1229,7 +1229,7 @@ def __hash__(self) -> int:
1229
if hasattr(self, "_topology"):
1230
return hash(self._topology)
1231
else:
1232
- raise InvalidOperation("Cannot perform operation until client is connected")
+ raise InvalidOperation("Cannot hash client until it is connected")
1233
1234
def _repr_helper(self) -> str:
1235
def option_repr(option: str, value: Any) -> str:
0 commit comments