8000 Traduction de library/heapq.po by nshaud · Pull Request #879 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Traduction de library/heapq.po #879

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 7 commits into from
Sep 30, 2019
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
Next Next commit
syntax
  • Loading branch information
nshaud committed Sep 16, 2019
commit 91e89d700e9a2ccb65a6f662416f78082719e21f
2 changes: 1 addition & 1 deletion library/heapq.po
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ msgid ""
"the smallest item without popping it, use ``heap[0]``."
msgstr ""
"Défile le tas et retourne le plus élément de *heap* en préservant "
"l'invariant du tas. Si le tas est vide, une exception `exc:IndexError` est "
"l'invariant du tas. Si le tas est vide, une exception :exc:`IndexError` est "
"levée. Pour accéder au plus petit élément sans le retirer, utilisez "
"``heap[0]``."

Expand Down
0