Skip to content

Commit cf19f76

Browse files
authored
Fix minor typos in the documentation (#866)
Some minor typo fixes.
1 parent 691a075 commit cf19f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/known-limitations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-xdist has some limitations that may be supported in pytest but can't be s
66
Order and amount of test must be consistent
77
-------------------------------------------
88

9-
Is is not possible to have tests that differ in order or their amount across workers.
9+
It is not possible to have tests that differ in order or their amount across workers.
1010

1111
This is especially true with ``pytest.mark.parametrize``, when values are produced with sets or other unordered iterables/generators.
1212

@@ -59,6 +59,6 @@ Output (stdout and stderr) from workers
5959

6060
The ``-s``/``--capture=no`` option is meant to disable pytest capture, so users can then see stdout and stderr output in the terminal from tests and application code in real time.
6161

62-
However this option does not work with ``pytest-xdist`` because `execnet <https://github.com/pytest-dev/execnet>`__ the underlying library used for communication between master and workers, does not support transferring stdout/stderr from workers.
62+
However, this option does not work with ``pytest-xdist`` because `execnet <https://github.com/pytest-dev/execnet>`__ the underlying library used for communication between master and workers, does not support transferring stdout/stderr from workers.
6363

64-
Currenlty there are no plans ot support this in ``pytest-xdist``.
64+
Currently, there are no plans to support this in ``pytest-xdist``.

0 commit comments

Comments
 (0)