- Notifications
You must be signed in to change notification settings - Fork266
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the review but I spotted a few changes in msgid.
tutorial/datastructures.po Outdated
"insert(len(a), x)`` est équivalent à ``a.append(x)``." | ||
#: ../Doc/tutorial/datastructures.rst:43 | ||
msgid "" | ||
"Remove the first item from the list whose value is *x*. It is an error if " | ||
"there is no such item." | ||
"Remove the first item from the list whose value is equal to *x*. It is an " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why is the msgid changed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Je ne sais pas ! j'ai "joué" avec make merge et git pull dans cpython. J'essaie de reproduire...
tutorial/datastructures.po Outdated
#: ../Doc/tutorial/datastructures.rst:66 | ||
msgid "" | ||
"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." | ||
"Return zero-based index in the list of the first item whose value is equal " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Same here.
Within using/unix:* Remove an obsolete fuzzy entry already updated by26c991f* translate [63e127f33d4088e28a470a1db98623d46e59a46a](python/cpython#94076): fix broken link* translate [3ddf3972173bfee557af01680647dca9701bde54](python/cpython#102727): envvar->option: {exec_,}prefixCo-authored-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@ir5.eu>Reviewed-on:https://git.afpy.org/AFPy/python-docs-fr/pulls/148Reviewed-by: Julien Palard <julien@palard.fr>Co-authored-by: pilou <pierre-louis.bonicoli@libregerbil.fr>Co-committed-by: pilou <pierre-louis.bonicoli@libregerbil.fr>
No description provided.