Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-01 10:59:00 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-08-01 10:59:00 +0300
commitc14c00397e05946476b280d9914c2bef5af90f8d (patch)
treec140fdf7b963e845cc8a968614a9f197d6d719eb /sphinx/testing
parent9a2f2e15a6c2149a84d91f34f18695086dc47f90 (diff)
parent2644199e7eb2f9feaa54f4a47fad506b5259e11c (diff)
Merge branch '3.x'
Diffstat (limited to 'sphinx/testing')
-rw-r--r--sphinx/testing/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index 0b20e6990..9e6021f12 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -77,7 +77,7 @@ def app_params(request: Any, test_params: Dict, shared_result: SharedResult,
# ##### process pytest.mark.test_params
if test_params['shared_result']:
if 'srcdir' in kwargs:
- raise pytest.Exception('You can not spcify shared_result and '
+ raise pytest.Exception('You can not specify shared_result and '
'srcdir in same time.')
kwargs['srcdir'] = test_params['shared_result']
restore = shared_result.restore(test_params['shared_result'])