Proofreading library/array.

This commit is contained in:
Julien Palard 2018-10-05 09:58:11 +02:00
parent 72c1991814
commit aa906b99c1

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-05 09:29+0200\n"
"PO-Revision-Date: 2018-10-05 09:57+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -262,11 +262,11 @@ msgid ""
"below) to add initial items to the array. Otherwise, the iterable "
"initializer is passed to the :meth:`extend` method."
msgstr ""
"Si une liste ou une chaîne de caractères est donnée, l'initialiseur est "
"passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:"
"Si le paramètre *initializer* est une liste ou une chaîne de caractères, il "
"est passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:"
"`fromunicode` du tableau (voir ci-dessous) pour ajouter les éléments "
"initiaux du tableau. Sinon, l'initialiseur itérable est passé à la méthode :"
"meth:`extend`."
"initiaux du tableau. Si c'est un itérable, il est passé à la méthode :meth:"
"`extend`."
#: ../Doc/library/array.rst:89
msgid "A string with all available type codes."