From e9d729bd46c10248d2a16eb8bd2f944bae7ecb82 Mon Sep 17 00:00:00 2001 From: Edoardo Batini Date: Mon, 25 Jul 2016 10:11:37 +0200 Subject: [PATCH] drop parenthesis around GH issue number --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3d7c097e..e861df450 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ **Bug Fixes** * Add an 'E' to the first line of error messages from FixtureLookupErrorRepr. - Fixes (`#717`_). Thanks `@blueyed`_ for reporting, `@eolo999`_ for the PR + Fixes `#717`_. Thanks `@blueyed`_ for reporting, `@eolo999`_ for the PR and `@tomviner`_ for his guidance during EuroPython2016 sprint. * Text documents without any doctests no longer appear as "skipped".