8000 Tutorial Datastructures Review: back to original msgid. · python/python-docs-fr@d71a11b · GitHub
[go: up one dir, main page]

Skip to content

Commit d71a11b

Browse files
christopheNanJulienPalard
authored andcommitted
Tutorial Datastructures Review: back to original msgid.
1 parent 4891ad7 commit d71a11b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/datastructures.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgstr ""
6868

6969
#: ../Doc/tutorial/datastructures.rst:43
7070
msgid ""
71-
"Remove the first item from the list whose value is equal to *x*. It is an "
71+
"Remove the first item from the list whose value is *x*. It is an "
7272
"error if there is no such item."
7373
msgstr ""
7474
"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[:]``."
9696

9797
#: ../Doc/tutorial/datastructures.rst:66
9898
msgid ""
99-
"Return zero-based index in the list of the first item whose value is equal "
100-
"to *x*. Raises a :exc:`ValueError` if there is no such item."
99+
"Return zero-based index in the list of the first item whose value is *x*. "
100+
"Raises a :exc:`ValueError` if there is no such item."
101101
msgstr ""
102102
"Renvoie la position du premier élément de la liste dont la valeur égale *x* "
103103
"(en commençant par zéro). Une exception :exc:`ValueError` est levée si aucun "

0 commit comments

Comments
 (0)
0