From 652f89437307e47f78e5a79be79ca70163e84860 Mon Sep 17 00:00:00 2001 From: Charles Gaydon <11660435+CharlesGaydon@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:00:34 +0200 Subject: [PATCH] typo Co-authored-by: leavauchier <120112647+leavauchier@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b6666d..0b1f6019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # main ### 3.4.11 -- Unification of max lenght of lines (99) by applying black everywhere. +- Unification of max length of lines (99) by applying black everywhere. ### 3.4.10 - Migrate from setup.cfg to pyproject.toml and .flake8.