From 58dd8af5fb6aafe7e0be05793604509efda0f3db Mon Sep 17 00:00:00 2001 From: Guillaume RIQUOIS Date: Thu, 4 Oct 2018 17:35:59 +0200 Subject: [PATCH] Traduction jet 2 d'array --- library/array.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/array.po b/library/array.po index c11294f2..8a3b9eb1 100644 --- a/library/array.po +++ b/library/array.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-23 09:03+0100\n" -"PO-Revision-Date: 2018-10-04 17:09+0200\n" +"PO-Revision-Date: 2018-10-04 17:32+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -252,7 +252,7 @@ msgid "" msgstr "" "Un nouveau tableau dont les éléments sont limités par *typecode*, et " "initialisés par la valeur optionnelle *initializer*, qui peut être une " -"liste, un :term:`bytes-like object, ou un itérable sur des éléments du type " +"liste, un :term:`bytes-like object`, ou un itérable sur des éléments du type " "approprié." #: ../Doc/library/array.rst:81 @@ -479,8 +479,8 @@ msgstr "" #: ../Doc/library/array.rst:232 msgid "Write all items (as machine values) to the :term:`file object` *f*." msgstr "" -"Ecrit tous les éléments (en tant que valeurs machine) du :term:`file " -"object`*f*." +"Ecrit tous les éléments (en tant que valeurs machine) du :term:`file object` " +"*f*." #: ../Doc/library/array.rst:237 msgid "Convert the array to an ordinary list with the same items."