Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d71a11b

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎tutorial/datastructures.po

Copy file name to clipboardExpand all lines: tutorial/datastructures.po
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.