From 6a643cabcc86d803db6a14a4468d375821d6cb1d Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Fri, 19 Apr 2024 11:14:07 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9be6615fff..536ccdbbb2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Release Notes This version of `silx` supports Python 3.8 to 3.12. This is the first version of `silx` supporting `numpy` v2. -* `silx.image.marchingsquare``: Fixed cython code generation warning (PR #4110) +* `silx.image.marchingsquare`: Fixed cython code generation warning (PR #4110) * `silx.io`: * `silx.io.specfile`: Fixed compilation warnings (PR #4065)