summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorHarry Percival <hjwp2@cantab.net>2018-09-25 06:57:33 +0100
committerGitHub <noreply@github.com>2018-09-25 06:57:33 +0100
commit11442f2ad7a9619645322704213f225b335e4114 (patch)
tree55c0fee60df7ba4301898806f378a526a10e1ce1 /doc/en/assert.rst
parent97748b66057dd9ec34b28abe557a453fdfbfb685 (diff)
downloadpytest-11442f2ad7a9619645322704213f225b335e4114.tar.gz
fix rst syntax thing
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst2
1 files changed, 1 insertions, 1 deletions
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<https://docs.pytest.org/en/latest/writing_plugins.html#assertion-rewriting>`
+`register_assert_rewrite<https://docs.pytest.org/en/latest/writing_plugins.html#assertion-rewriting>`_
before you import it (a good place to do that is in ``conftest.py``).
.. note::