From 1b2f4f44839da59ba7e34aa688ab2b24c1b6a1f5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 15 May 2018 21:01:37 -0300 Subject: [PATCH] Small rewording to the CHANGELOG --- changelog/3446.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3446.feature b/changelog/3446.feature index 4f86e3eda..55d4b2264 100644 --- a/changelog/3446.feature +++ b/changelog/3446.feature @@ -1 +1 @@ -introduce node.get_closest_marker(name, default=None) to support simple marker usage setups. \ No newline at end of file +Introduce ``Node.get_closest_marker(name, default=None)`` to support simple marker usage scenarios.