summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
committerVille Skytt? <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
commitd4c972753a44d905a8fbd845b27a522f3deca042 (patch)
tree62065b8c6758420414268ae1ea4b9894b6aaf525 /tests/test_concurrency.py
parent0b9c4488728d6bd4e8f506c264902c4f13bfbf70 (diff)
downloadpython-coveragepy-d4c972753a44d905a8fbd845b27a522f3deca042.tar.gz
Spelling fixesspelling
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 d438684..e36db30 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