forked from AFPy/python-docs-fr
Fixes from review
This commit is contained in:
parent 69a05b79cc
commit 2cfcd56a61
1 changed files with 4 additions and 4 deletions
| | @ -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-05-23 23:04+0200\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.2.1\n" | ||||
"X-Generator: Poedit 2.2.3\n" | ||||
| ||||
#: ../Doc/reference/simple_stmts.rst:6 | ||||
msgid "Simple statements" | ||||
| | @ -1161,8 +1161,8 @@ msgstr "" | |||
"remonter d'un niveau. Trois points, remonter de deux niveaux et ainsi de " | ||||
"suite. Ainsi, si vous exécutez ``from . import mod`` dans un module du " | ||||
"paquet ``pkg``, vous importez finalement ``pkg.mod``. Et si vous exécutez " | ||||
"``from ..subpkg2 import mod`` depuis ``pkg.subpkg1``, vous importez " | ||||
"finalement ``pkg.subpkg2.mod``. La spécification des importations relatives " | ||||
"``from ..souspkg2 import mod`` depuis ``pkg.souspkg1``, vous importez " | ||||
"finalement ``pkg.souspkg2.mod``. La spécification des importations relatives " | ||||
"se situe dans la section :ref:`relativeimports`." | ||||
| ||||
#: ../Doc/reference/simple_stmts.rst:835 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue