From 11442f2ad7a9619645322704213f225b335e4114 Mon Sep 17 00:00:00 2001 From: Harry Percival Date: Tue, 25 Sep 2018 06:57:33 +0100 Subject: [PATCH] fix rst syntax thing --- 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 1fc5917d6..ff11be21a 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::