Skip to content

Commit 2ec3b28

Browse files
NoahStappblink1073
andauthored
Update pymongo/synchronous/topology.py
Co-authored-by: Steven Silvester <[email protected]>
1 parent a9cf616 commit 2ec3b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/synchronous/topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def _process_change(
521521
if server:
522522
server.pool.reset(interrupt_connections=interrupt_connections)
523523

524-
# Wake witers in select_servers().
524+
# Wake waiters in select_servers().
525525
self._condition.notify_all()
526526

527527
def on_change(

0 commit comments

Comments
 (0)