From 1786e989ca16cac8f9d8a966a481d983d3b23f9c Mon Sep 17 00:00:00 2001 From: jfbu <2589111+jfbu@users.noreply.github.com> Date: Mon, 20 Jun 2022 10:37:44 +0200 Subject: [PATCH] Fix another whitespace issue in CHANGES --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 58921060d..351042021 100644 --- a/CHANGES +++ b/CHANGES @@ -268,8 +268,8 @@ Features added * #9494, #9456: html search: Add a config variable :confval:`html_show_search_summary` to enable/disable the search summaries * #9337: HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:`/` as - a Quick search shortcut and :kbd:`Esc` shortcut that - removes search highlighting. + a Quick search shortcut and :kbd:`Esc` shortcut that + removes search highlighting. * #10107: i18n: Allow to suppress translation warnings by adding ``#noqa`` comment to the tail of each translation message * #10252: C++, support attributes on classes, unions, and enums.