From 03a9227765e2f6d75938693d7db775fdb7304b69 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 16 Oct 2016 22:12:59 +0200 Subject: [PATCH] Fix changelog formatting glitch reStructuredText parser doesn't consider backquote as closing if it's immediately followed by a letter. --- doc/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 4a4aedc5..b4bd53b8 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -96,7 +96,7 @@ Version 1.26.0 (November 5th, 2015) Version 1.25.2 (October 7th, 2014) ---------------------------------- -* `Work around `__ the GitHub API v3 returning `null`s in some paginated responses, `erichaase `__ for the bug report +* `Work around `__ the GitHub API v3 returning `null`\s in some paginated responses, `erichaase `__ for the bug report Version 1.25.1 (September 28th, 2014) -------------------------------------