Skip to content

Commit def2882

Browse files
committed
Fix rst syntax in ignore_template_errors docs.
1 parent a787271 commit def2882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ when trying to access the database.
8080
``pytest.mark.ignore_template_errors`` - ignore invalid template variables
8181
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8282

83-
..py:function:: pytest.mark.ignore_template_errors
83+
.. py:function:: pytest.mark.ignore_template_errors
8484
8585
If you run py.test using the ``--fail-on-template-vars`` option,
8686
tests will fail should your templates contain any invalid variables.

0 commit comments

Comments
 (0)