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

Skip to content

Traduction de library/stdtypes.po #1576

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 16 commits into from
May 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to < 8000 details-menu class="select-menu-modal position-absolute" style="z-index: 99;" src="/python/python-docs-fr/pull/1576/show_toc?base_sha=36c751e00e41171b51d6d9276eae19890f5f3865&sha1=c18fe009e7861afc780064312ac4ac0e7ef6b758&sha2=0ff411f6db8346573e24e81f5b95e074dc886839" preload>
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update translation
  • Loading branch information
alkimya authored and JulienPalard committed Jun 22, 2021
commit 0ff411f6db8346573e24e81f5b95e074dc886839
4 changes: 2 additions & 2 deletions library/stdtypes.po
Original file line number Diff line number Diff line change
Expand Up @@ -4774,7 +4774,7 @@ msgid ""
"object`. See :meth:`~bytes.removeprefix` for a method that will remove a "
"single prefix string rather than all of a set of characters. For example::"
msgstr ""
"Les octets à retirer peuvent être n'importe quel objet :term:`bytes-like`. "
"Les octets à retirer peuvent être n'importe quel :term:`bytes-like object`. "
"Voir :meth:`~bytes.removeprefix` pour une méthode qui supprime une seule "
"chaîne de préfixe plutôt que la totalité d'un ensemble de caractères. Par "
"exemple ::"
Expand Down Expand Up @@ -4829,7 +4829,7 @@ msgid ""
"object`. See :meth:`~bytes.removesuffix` for a method that will remove a "
"single suffix string rather than all of a set of characters. For example::"
msgstr ""
"Les octets à retirer peuvent être n'importe quel objet :term:`bytes-like`. "
"Les octets à retirer peuvent être n'importe quel :term:`bytes-like object`. "
"Voir :meth:`~bytes.removesuffix` pour une méthode qui supprime une seule "
"chaîne de suffixe plutôt que la totalité d'un ensemble de caractères. Par "
"exemple ::"
Expand Down
0