From db34bf01b635decb537bc3868b9221734aac430d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 3 Apr 2019 00:22:09 +0200 Subject: [PATCH] doc: minor whitespace, punctuation --- doc/en/mark.rst | 6 ++---- doc/en/writing_plugins.rst | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 5801dccde..ad9aaca4b 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -1,9 +1,7 @@ - .. _mark: Marking test functions with attributes -================================================================= - +====================================== By using the ``pytest.mark`` helper you can easily set metadata on your test functions. There are @@ -164,4 +162,4 @@ More details can be found in the `original PR