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