1
0
Fork 0

Fix fuzzies in reference/simple_stmts.po

Fixes #757
This commit is contained in:
Jules Lasne (jlasne - seluj78) 2019-05-24 00:26:26 +02:00
parent d169bb6eb2
commit 56cd493757
1 changed files with 3 additions and 4 deletions

View File

@ -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 <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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 ""