Merge pull request #770 from Seluj78/reference-simple

Fix fuzzies in reference/simple_stmts.po
This commit is contained in:
Jules Lasne (jlasne) 2019-05-28 20:32:42 +02:00 committed by GitHub
commit 42c5f69425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-28 20:24+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.3\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 ""