Skip to content

Traduction de library/collections.abc.po #1565

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
Mar 22, 2021
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
Update translation
  • Loading branch information
alkimya committed Mar 21, 2021
commit 8f4a0f5b8c75cd94c77bc50f4ac7ce06bf071121
4 changes: 2 additions & 2 deletions library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ msgstr ""
"`_from_iterable` qui appelle ``cls(iterable)`` pour construire un nouvel "
"ensemble. Si le :class:`Set` *mixin* est utilisé dans une classe avec un "
"constructeur de signature différente, vous devez surcharger :meth:"
"`_from_iterable` avec une méthode de classe qui peut construire de nouvelles "
"instances à partir d'un argument itérable."
"`_from_iterable` avec une méthode de classe ou une méthode ordinaire qui "
"peut construire de nouvelles instances à partir d'un argument itérable."

#: library/collections.abc.rst:298
msgid ""
Expand Down