From 772eaeea7299c072b44e06e62768f700c15e13a1 Mon Sep 17 00:00:00 2001 From: Dariya Kinadinova <dariya.kinadinova.etu@univ-lille.fr> Date: Mon, 1 Apr 2024 00:06:41 +0200 Subject: [PATCH] Update file block.py --- projet/codes/block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projet/codes/block.py b/projet/codes/block.py index b1f7c20..ff8534d 100644 --- a/projet/codes/block.py +++ b/projet/codes/block.py @@ -76,7 +76,7 @@ class Block: def block_to_image(self, size: tuple) -> Image: """Transformer un bloc en image. - Précondition : block est un objet Block, size est un tuple représentant la taille de l'image + Précondition : Exemple(s) : $$$ -- GitLab