fix(array): change the string raise to lance

Accordding to glossary, the string Raise should be translated in french
Lève not lance

#189

https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.11/CONTRIBUTING.rst#glossaire
This commit is contained in:
Ismaël Maurice 2023-09-10 17:02:30 +02:00
parent 235a026ba3
commit 2eeca2e879

View File

@ -416,7 +416,7 @@ msgid ""
msgstr ""
"Renvoie le plus petit *i* tel que *i* est l'indice de la première occurrence "
"de *x* dans le tableau. Les arguments optionnels *start* et *stop* peuvent "
"être spécifiés pour rechercher *x* dans une sous-section du tableau. Lance :"
"être spécifiés pour rechercher *x* dans une sous-section du tableau. Lève :"
"exc:`ValueError` si *x* n'est pas trouvé."
#: library/array.rst:190