correction help
This commit is contained in:
@@ -409,7 +409,7 @@ Exemple :
|
|||||||
La fonction `help` affiche l'aide, c'est-à-dire ce que fait la fonction
|
La fonction `help` affiche l'aide, c'est-à-dire ce que fait la fonction
|
||||||
|
|
||||||
```python
|
```python
|
||||||
>>> help(sqrt)
|
>>> help(math.sqrt)
|
||||||
Help on built-in function sqrt in module math:
|
Help on built-in function sqrt in module math:
|
||||||
|
|
||||||
sqrt(x, /)
|
sqrt(x, /)
|
||||||
|
|||||||
Reference in New Issue
Block a user