File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2018-03-23 09:03+0100\n "
9- "PO-Revision-Date : 2018-10-05 09:29 +0200\n "
9+ "PO-Revision-Date : 2018-10-05 09:57 +0200\n "
1010"Last-Translator : Julien Palard <julien@palard.fr>\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
@@ -262,11 +262,11 @@ msgid ""
262262"below) to add initial items to the array. Otherwise, the iterable "
263263"initializer is passed to the :meth:`extend` method."
264264msgstr ""
265- "Si une liste ou une chaîne de caractères est donnée, l'initialiseur est "
266- "passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:"
265+ "Si le paramètre *initializer* est une liste ou une chaîne de caractères, il "
266+ "est passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:"
267267"`fromunicode` du tableau (voir ci-dessous) pour ajouter les éléments "
268- "initiaux du tableau. Sinon, l'initialiseur itérable est passé à la méthode :"
269- "meth: `extend`."
268+ "initiaux du tableau. Si c'est un itérable, il est passé à la méthode :meth :"
269+ "`extend`."
270270
271271#: ../Doc/library/array.rst:89
272272msgid "A string with all available type codes."
You can’t perform that action at this time.
0 commit comments