From 86e1b442308d71ca6ecb79d5a35d532330eecf46 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 16 Jan 2018 18:10:15 -0200 Subject: [PATCH] Improve changelog formatting --- changelog/2953.trivial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2953.trivial b/changelog/2953.trivial index 52ea6cf31..25d9115c1 100644 --- a/changelog/2953.trivial +++ b/changelog/2953.trivial @@ -1 +1 @@ -Show a simple and easy error when keyword expressions trigger a syntax error (for example, "-k foo and import" will show an error that you can not use import in expressions) +Show a simple and easy error when keyword expressions trigger a syntax error (for example, ``"-k foo and import"`` will show an error that you can not use the ``import`` keyword in expressions).