File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ msgstr ""
68
68
69
69
#: ../Doc/tutorial/datastructures.rst:43
70
70
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 "
72
72
"error if there is no such item."
73
73
msgstr ""
74
74
"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[:]``."
96
96
97
97
#: ../Doc/tutorial/datastructures.rst:66
98
98
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."
101
101
msgstr ""
102
102
"Renvoie la position du premier élément de la liste dont la valeur égale *x* "
103
103
"(en commençant par zéro). Une exception :exc:`ValueError` est levée si aucun "
You can’t perform that action at this time.
0 commit comments