From e7f75f69f202a3f980263526d135b76094ad7129 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 17 May 2018 21:20:43 -0300 Subject: [PATCH] Small grammar fix in CHANGELOG --- changelog/3317.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3317.feature b/changelog/3317.feature index fb6824958..84bf679f7 100644 --- a/changelog/3317.feature +++ b/changelog/3317.feature @@ -1,4 +1,4 @@ Revamp the internals of the ``pytest.mark`` implementation with correct per node handling which fixes a number of long standing bugs caused by the old design. This introduces new ``Node.iter_markers(name)`` and ``Node.get_closest_mark(name)`` APIs. -Users are **strongly encouraged** to read `reasons for the revamp in the docs `_, +Users are **strongly encouraged** to read the `reasons for the revamp in the docs `_, or jump over to details about `updating existing code to use the new APIs `_.