diff --git a/reference/simple_stmts.po b/reference/simple_stmts.po index 47f53736..c816e702 100644 --- a/reference/simple_stmts.po +++ b/reference/simple_stmts.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-23 16:48+0200\n" -"PO-Revision-Date: 2019-03-19 23:15+0100\n" +"PO-Revision-Date: 2019-05-23 23:04+0200\n" "Last-Translator: Jules Lasne \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 2.2.1\n" #: ../Doc/reference/simple_stmts.rst:6 msgid "Simple statements" @@ -1134,7 +1134,6 @@ msgstr "" "une définition de classe ou de fonction, cela lève une :exc:`SyntaxError`." #: ../Doc/reference/simple_stmts.rst:821 -#, fuzzy msgid "" "When specifying what module to import you do not have to specify the " "absolute name of the module. When a module or package is contained within " @@ -1164,7 +1163,7 @@ msgstr "" "paquet ``pkg``, vous importez finalement ``pkg.mod``. Et si vous exécutez " "``from ..souspkg2 import mod`` depuis ``pkg.souspkg1``, vous importez " "finalement ``pkg.souspkg2.mod``. La spécification des importations relatives " -"se situe dans la :pep:`328`." +"se situe dans la section :ref:`relativeimports`." #: ../Doc/reference/simple_stmts.rst:835 msgid ""