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
commitc9f71768f7f41e0a261f7d32d42084fe90f0a6fa (patch)
treeeafce51cf9681a4aa0e9fe942ea01c2d24f1e82c /tests/test_concurrency.py
parent760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (diff)
downloadpython-coveragepy-git-c9f71768f7f41e0a261f7d32d42084fe90f0a6fa.tar.gz
Spelling fixes
--HG-- branch : spelling
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