Skip to content

FIX: Inclue #419

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
Nov 13, 2018
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
4 changes: 2 additions & 2 deletions faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-15 21:52+0200\n"
"PO-Revision-Date: 2018-10-04 17:54+0200\n"
"PO-Revision-Date: 2018-11-13 09:44+0100\n"
"Last-Translator: \n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -1096,7 +1096,7 @@ msgid ""
"Note that :func:`getattr` works on any object, including classes, class "
"instances, modules, and so on."
msgstr ""
"Notez que :func:`getattr` marche sur n'importe quel objet, ceci inclue les "
"Notez que :func:`getattr` marche sur n'importe quel objet, ceci inclut les "
"classes, les instances de classes, les modules et ainsi de suite."

#: ../Doc/faq/programming.rst:911
Expand Down
4 changes: 2 additions & 2 deletions installing/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-08-01 00:26+0200\n"
"PO-Revision-Date: 2018-11-13 09:45+0100\n"
"Last-Translator: Julien Palard <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -386,7 +386,7 @@ msgid ""
"package manager and other components of the system if a component is "
"unexpectedly upgraded using ``pip``."
msgstr ""
"Sur les systèmes Linux, une installation de Python sera généralement inclue "
"Sur les systèmes Linux, une installation de Python sera généralement incluse "
"dans le cadre de la distribution. Installer dans cette installation de "
"Python nécessite un accès *root* sur le système, et peut interférer avec le "
"fonctionnement du gestionnaire de paquets du système et d'autres composants "
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.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-10-12 18:59+0200\n"
"PO-Revision-Date: 2018-09-29 19:30+0200\n"
"PO-Revision-Date: 2018-11-13 09:45+0100\n"
"Last-Translator: Julien Palard <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
"Language: fr\n"
Expand Down Expand Up @@ -985,7 +985,7 @@ msgid ""
"matched."
msgstr ""
"Valide n'importe quel chiffre décimal Unicode (soit tout caractère Unicode "
"de catégorie [Nd]). Cela inclue ``[0-9]``, mais aussi bien d'autres "
"de catégorie [Nd]). Cela inclut ``[0-9]``, mais aussi bien d'autres "
"caractères de chiffres. Si l'option :const:`ASCII` est utilisée, seuls les "
"caractères de la classe ``[0-9]`` correspondront."

Expand Down