From 7034cd131774b8971ff3c7424999a28164480f29 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Fri, 25 May 2018 12:07:40 -0400 Subject: [PATCH] Fixes RST code syntax. 32148b2 used single backticks instead of double in the release notes. --- docs/releases/2.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 9fdd4d38a..cc958e831 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -14,7 +14,7 @@ Other features ~~~~~~~~~~~~~~ * Added another valid AudioBoom oEmbed pattern (Bertrand Bordage) - * Added `annotate_score` support to PostgreSQL search backend (Bertrand Bordage) + * Added ``annotate_score`` support to PostgreSQL search backend (Bertrand Bordage) Bug fixes ~~~~~~~~~