Traduction jet 2 d'array

This commit is contained in:
Guillaume RIQUOIS 2018-10-04 17:35:59 +02:00
parent 954b8622a7
commit 58dd8af5fb

View File

@ -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 <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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."