Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tutorial Datastructures Review: back to original msgid.
  • Loading branch information
christopheNan committed Feb 6, 2018
commit 75a9f19c80a5d5767e28aa572c40da9d8f1e7f56
6 changes: 3 additions & 3 deletions tutorial/datastructures.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down Expand Up @@ -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 "
Expand Down