From ed07e49236d937fd4ae98d0b0cb58a962cd269a6 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sun, 29 Apr 2018 14:24:25 +0200 Subject: [PATCH] fix trailing space in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 520a8cd53..0c18e9695 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,7 +19,7 @@ v2.2.3 (April 29, 2018) * The minimal supported version of the Intel compiler was >= 17.0 since pybind11 v2.1. This check is now explicit, and a compile-time error is raised - if the compiler meet the requirement. + if the compiler meet the requirement. `#1363 `_. * Fixed an endianness-related fault in the test suite.