Skip to content

Commit db34bf0

Browse files
committed
doc: minor whitespace, punctuation
1 parent 9434541 commit db34bf0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/en/mark.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
21
.. _mark:
32

43
Marking test functions with attributes
5-
=================================================================
6-
4+
======================================
75

86
By using the ``pytest.mark`` helper you can easily set
97
metadata on your test functions. There are
@@ -164,4 +162,4 @@ More details can be found in the `original PR <https://github.com/pytest-dev/pyt
164162
.. note::
165163

166164
in a future major relase of pytest we will introduce class based markers,
167-
at which point markers will no longer be limited to instances of :py:class:`Mark`
165+
at which point markers will no longer be limited to instances of :py:class:`Mark`.

doc/en/writing_plugins.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ import ``helper.py`` normally. The contents of
223223
pytest.register_assert_rewrite("pytest_foo.helper")
224224
225225
226-
227226
Requiring/Loading plugins in a test module or conftest file
228227
-----------------------------------------------------------
229228

0 commit comments

Comments
 (0)