summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-05-15 21:01:37 -0300
committerGitHub <noreply@github.com>2018-05-15 21:01:37 -0300
commit1b2f4f44839da59ba7e34aa688ab2b24c1b6a1f5 (patch)
tree28922e69f8cfa49a68ccb31a60c538ccf8c41633 /changelog
parent4914135fdf45bc4fa0469f2a9d3161c5830e84fd (diff)
downloadpytest-1b2f4f44839da59ba7e34aa688ab2b24c1b6a1f5.tar.gz
Small rewording to the CHANGELOG
Diffstat (limited to 'changelog')
-rw-r--r--changelog/3446.feature2
1 files changed, 1 insertions, 1 deletions
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.