forked from AFPy/python-docs-fr
Tutorial Datastructures Review: back to original msgid.
This commit is contained in:
parent 4891ad70db
commit d71a11b4bb
1 changed files with 3 additions and 3 deletions
| | @ -68,7 +68,7 @@ msgstr "" | |||
| ||||
#: ../Doc/tutorial/datastructures.rst:43 | ||||
msgid "" | ||||
"Remove the first item from the list whose value is equal to *x*. It is an " | ||||
"Remove the first item from the list whose value is *x*. It is an " | ||||
"error if there is no such item." | ||||
msgstr "" | ||||
"Supprime de la liste le premier élément dont la valeur est égale à *x*. Une " | ||||
| | @ -96,8 +96,8 @@ msgstr "Supprime tous les éléments de la liste. Équivalent à ``del a[:]``." | |||
| ||||
#: ../Doc/tutorial/datastructures.rst:66 | ||||
msgid "" | ||||
"Return zero-based index in the list of the first item whose value is equal " | ||||
"to *x*. Raises a :exc:`ValueError` if there is no such item." | ||||
"Return zero-based index in the list of the first item whose value is *x*. " | ||||
"Raises a :exc:`ValueError` if there is no such item." | ||||
msgstr "" | ||||
"Renvoie la position du premier élément de la liste dont la valeur égale *x* " | ||||
"(en commençant par zéro). Une exception :exc:`ValueError` est levée si aucun " | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue