From bc04e8b1106d38a3f1a1aaa508f78ab3d9bcc9dc Mon Sep 17 00:00:00 2001 From: Francois Bonneau Date: Thu, 15 May 2025 19:19:14 +0200 Subject: [PATCH] fix(readme): ix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f07299..4504813 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Template python project -This folder is a base template for python projects developped by Bicocca. +This folder is a base template for python projects. ## Best practice of code -A clean code is easy to read, to understand, and to maintain... Prioritizes clarity over cleverness. +A clean code is easy to read, to understand, and to maintain... Prioritize clarity over cleverness. * Use the single responsibility principle. * Use self documenting naming. * Avoid code duplication.