From 3a40c84d07dfd2a85bb79ac0eb7e12dc46137591 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Fri, 15 Oct 2021 08:30:18 +0200 Subject: [PATCH] correction help --- sequences/programmation/chapitre_1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequences/programmation/chapitre_1/README.md b/sequences/programmation/chapitre_1/README.md index 58aebb6..c191595 100644 --- a/sequences/programmation/chapitre_1/README.md +++ b/sequences/programmation/chapitre_1/README.md @@ -409,7 +409,7 @@ Exemple : La fonction `help` affiche l'aide, c'est-à-dire ce que fait la fonction ```python ->>> help(sqrt) +>>> help(math.sqrt) Help on built-in function sqrt in module math: sqrt(x, /)