Skip to content

Commit aa906b9

Browse files
committed
Proofreading library/array.
1 parent 72c1991 commit aa906b9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

library/array.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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."
264264
msgstr ""
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
272272
msgid "A string with all available type codes."

0 commit comments

Comments
 (0)