Skip to content

Commit fcaf092

Browse files
authored
Tweak grammar in a comment in tasks.py
1 parent 50a740a commit fcaf092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def run_manifest(manifest: Manifest, global_config: Namespace) -> list[Result]:
376376
results.append(result)
377377

378378
# Sanity check: If we are supposed to stop on the first error case,
379-
# the abort now.
379+
# then abort now.
380380
if not result and global_config.stop_on_first_error:
381381
return results
382382

0 commit comments

Comments
 (0)