From 589e72e62db428c20fe3c65fe3770895cda022a8 Mon Sep 17 00:00:00 2001 From: Colin Dunklau Date: Mon, 22 May 2017 20:46:49 +0200 Subject: [PATCH] Fix a trivial typo in CONTRIBUTING.rst --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 18e4c2a16..3a46dc9b5 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -347,7 +347,7 @@ provided in ``sphinx.testing``. If you are a developer of Sphinx extensions, you can write unit tests with using pytest. At this time, ``sphinx.testing`` will help your test implementation. -How to use pytest fixtures that are provided by ``sphinx.teting``? +How to use pytest fixtures that are provided by ``sphinx.testing``? You can require ``'sphinx.testing.fixtures'`` in your test modules or ``conftest.py`` files like this::