8000 Tutorial Datastructures Review. by christopheNan · Pull Request #148 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Tutorial Datastructures Review. #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 6, 2018
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
0