Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Le chaîne. #1448

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 1 commit into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
Le chaîne.
  • Loading branch information
JulienPalard committed Oct 15, 2020
commit a34f70414d78d8a78938c98286aca23cc067759c
4 changes: 2 additions & 2 deletions library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
"PO-Revision-Date: 2020-09-11 12:04-0700\n"
"PO-Revision-Date: 2020-10-15 13:22+0200\n"
"Last-Translator: Yannick Gingras <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -1512,7 +1512,7 @@ msgstr ""
"et en retirant le préfixe ``--``. Si une chaîne d'option longue n'est pas "
"fournie, ``dest`` sera dérivée de la première chaîne d'option courte sans le "
"préfixe ``-``. Tous les ``-`` subséquents seront convertis en ``_`` pour "
"s'assurer que le chaîne est un nom d'attribut valide. Les exemples suivants "
"s'assurer que la chaîne est un nom d'attribut valide. Les exemples suivants "
"illustrent ce comportement ::"

#: library/argparse.rst:1329
Expand Down
4 changes: 2 additions & 2 deletions library/re.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
"PO-Revision-Date: 2020-09-28 13:55+0200\n"
"PO-Revision-Date: 2020-10-15 13:21+0200\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -1548,7 +1548,7 @@ msgid ""
"one group. Empty matches are included in the result."
msgstr ""
"Renvoie toutes les correspondances de *pattern* dans *string* qui ne se "
"chevauchent pas, sous forme d'une liste de chaînes. Le chaîne *string* est "
"chevauchent pas, sous forme d'une liste de chaînes. La chaîne *string* est "
"analysée de la gauche vers la droite, et les correspondances sont renvoyées "
"dans l'ordre où elles sont trouvées. Si un groupe ou plus sont présents "
"dans le motif, renvoie une liste de groupes ; il s'agira d'une liste de "
Expand Down