Skip to content

Commit 45ebb6b

Browse files
blink1073Copilot
andauthored
Fix docstring
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a9cb8b2 commit 45ebb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymongo/synchronous/topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def select_servers(
228228
operation_id: Optional[int] = None,
229229
deprioritized_servers: Optional[list[Server]] = None,
230230
) -> tuple[list[Server], _ServerSelectionTelemetry]:
231-
"""Return a list of Servers matching selector, or time out.
231+
"""Return (servers, server_selection_telemetry) matching selector, or time out.
232232
233233
:param selector: function that takes a list of Servers and returns
234234
a subset of them.

0 commit comments

Comments
 (0)