summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <nedbat@gmail.com>2016-07-31 05:19:43 -0400
committerNed Batchelder <nedbat@gmail.com>2016-07-31 05:19:43 -0400
commit280b9eef3377c42a19b6246a4ade0611956b50a0 (patch)
treeeafce51cf9681a4aa0e9fe942ea01c2d24f1e82c /tests/test_concurrency.py
parent760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (diff)
parentc9f71768f7f41e0a261f7d32d42084fe90f0a6fa (diff)
downloadpython-coveragepy-git-280b9eef3377c42a19b6246a4ade0611956b50a0.tar.gz
Merged in scop/coverage.py/spelling (pull request #88)
Spelling fixes
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index d438684e..e36db30d 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -311,7 +311,7 @@ SUM_RANGE_WORK = """
"""
MULTI_CODE = """
- # Above this will be a defintion of work().
+ # Above this will be a definition of work().
import multiprocessing
import os
import time