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 b60bef1 commit 55bdc70Copy full SHA for 55bdc70
pymongo/server_selectors.py
@@ -32,7 +32,7 @@
32
class Selection:
33
"""Input or output of a server selector function."""
34
35
- __slots__ = ("totopology_description", "server_descriptions", "primary", "common_wire_version")
+ __slots__ = ("topology_description", "server_descriptions", "primary", "common_wire_version")
36
37
@classmethod
38
def from_topology_description(cls, topology_description: TopologyDescription) -> Selection:
0 commit comments