correction help

This commit is contained in:
2021-10-15 08:30:18 +02:00
parent 0d7fcaecc1
commit 3a40c84d07

View File

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