Skip to content

Commit fda05f4

Browse files
authored
Merge pull request #3239 from teojgo/bugfix/doc_distribute
[bugfix] Fix typo in the `--distribute` docs
2 parents 2052f6c + 22cb340 commit fda05f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manpage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ The way the tests are generated and how they interact with the test filtering op
874874
- ``avail``: Tests will run on all the nodes of their respective valid partitions that are available for running jobs.
875875
Note that if a node is currently allocated to another job it is still considered as "available."
876876
- ``NODESTATE``: Tests will run on all the nodes of their respective valid partitions that are exclusively in state ``NODESTATE``.
877-
aIf ``NODESTATE`` is not specified, ``idle`` is assumed.
877+
If ``NODESTATE`` is not specified, ``idle`` is assumed.
878878
- ``NODESTATE*``: Tests will run on all the nodes of their respective valid partitions that are at least in state ``NODESTATE``.
879879

880880
The state of the nodes will be determined once, before beginning the

0 commit comments

Comments
 (0)