From 19ec300b2a05ccce0346417f1252040306ed7451 Mon Sep 17 00:00:00 2001 From: Harry Percival Date: Tue, 25 Sep 2018 06:58:47 +0100 Subject: [PATCH] fix rst syntax again --- doc/en/assert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/assert.rst b/doc/en/assert.rst index ff11be21a..60edbf2a3 100644 --- a/doc/en/assert.rst +++ b/doc/en/assert.rst @@ -268,7 +268,7 @@ modules directly discovered by its test collection process, so **asserts in supporting modules which are not themselves test modules will not be rewritten**. You can manually enable assertion rewriting for an imported module by calling -`register_assert_rewrite`_ +`register_assert_rewrite `_ before you import it (a good place to do that is in ``conftest.py``). .. note::