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, /)