Fix typos

This commit is contained in:
Hyunjun Kim
2015-12-09 13:23:43 +09:00
parent 49ab918092
commit 4ff6be21a8
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
If your testing involves C or C++ libraries you might have to deal
with crashing processes. The xdist-plugin provides the ``--boxed`` option
to run each test in a controled subprocess. Here is a basic example::
to run each test in a controlled subprocess. Here is a basic example::
# content of test_module.py