Skip to content

Commit 55bdc70

Browse files
committed
fix slot name
1 parent b60bef1 commit 55bdc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/server_selectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class Selection:
3333
"""Input or output of a server selector function."""
3434

35-
__slots__ = ("totopology_description", "server_descriptions", "primary", "common_wire_version")
35+
__slots__ = ("topology_description", "server_descriptions", "primary", "common_wire_version")
3636

3737
@classmethod
3838
def from_topology_description(cls, topology_description: TopologyDescription) -> Selection:

0 commit comments

Comments
 (0)