diff --git a/howto/regex.po b/howto/regex.po index 8d376100..281e908f 100644 --- a/howto/regex.po +++ b/howto/regex.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-03-26 22:48+0100\n" +"PO-Revision-Date: 2019-10-31 15:33+0100\n" "Last-Translator: Nabil Bendafi \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.2\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../Doc/howto/regex.rst:5 msgid "Regular Expression HOWTO" @@ -1913,6 +1913,8 @@ msgid "" "Additionally, you can retrieve named groups as a dictionary with :meth:`~re." "Match.groupdict`::" msgstr "" +"De plus, vous pouvez retrouver les groupes nommés en tant que dictionnaire " +"avec :meth:`~re.Match.groupdict` ::" #: ../Doc/howto/regex.rst:952 msgid ""