Skip to content

Commit 4dfd984

Browse files
committed
update comment
1 parent 23b3573 commit 4dfd984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def create_server_version_tasks():
598598
):
599599
task_inputs.append((topology, auth, ssl, sync, python))
600600

601-
# Every python should be tested with sharded cluster auth ssl, sync and async.
601+
# Every python should be tested with sharded cluster, auth, ssl, with sync and async.
602602
for python, sync in product(ALL_PYTHONS, SYNCS):
603603
task_input = ("sharded_cluster", "auth", "ssl", sync, python)
604604
if task_input not in task_inputs:

0 commit comments

Comments
 (0)