@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-04-10 09:35+0200\n "
9
- "PO-Revision-Date : 2019-02-22 15:27+0100 \n "
10
- "Last-Translator : Guillaume Fayard <guillaume.fayard@pycolore.fr >\n "
9
+ "PO-Revision-Date : 2019-04-11 19:52+0200 \n "
10
+ "Last-Translator : Jules Lasne <jules.lasne@gmail.com >\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 2.0.2 \n "
16
+ "X-Generator : Poedit 2.2.1 \n "
17
17
18
18
#: ../Doc/library/collections.rst:2
19
19
msgid ":mod:`collections` --- Container datatypes"
@@ -1291,7 +1291,6 @@ msgstr ""
1291
1291
"la fonction :func:`getattr` :"
1292
1292
1293
1293
#: ../Doc/library/collections.rst:962
1294
- #, fuzzy
1295
1294
msgid ""
1296
1295
"To convert a dictionary to a named tuple, use the ``**`` operator (as "
1297
1296
"described in :ref:`tut-unpacking-arguments`):"
@@ -1350,14 +1349,14 @@ msgstr ""
1350
1349
"`~somenamedtuple._replace` pour personnaliser une instance prototype :"
1351
1350
1352
1351
#: ../Doc/library/collections.rst:1019
1353
- #, fuzzy
1354
1352
msgid ""
1355
1353
"See :class:`typing.NamedTuple` for a way to add type hints for named "
1356
1354
"tuples. It also provides an elegant notation using the :keyword:`class` "
1357
1355
"keyword::"
1358
1356
msgstr ""
1359
1357
"Voir :meth:`typing.NamedTuple` pour un moyen d'ajouter des indications de "
1360
- "type pour les tuples nommés."
1358
+ "type pour les tuples nommés. Cela propose aussi une notation élégante "
1359
+ "utilisant le mot-clé :keyword:`class` :"
1361
1360
1362
1361
#: ../Doc/library/collections.rst:1028
1363
1362
msgid ""
@@ -1372,6 +1371,9 @@ msgid ""
1372
1371
"The :mod:`dataclasses` module provides a decorator and functions for "
1373
1372
"automatically adding generated special methods to user-defined classes."
1374
1373
msgstr ""
1374
+ "Le module :mod:`dataclasses` fournit un décorateur et des fonctions pour "
1375
+ "ajouter automatiquement des méthodes spéciales générées aux classes définies "
1376
+ "par l’utilisateur."
1375
1377
1376
1378
#: ../Doc/library/collections.rst:1036
1377
1379
msgid ":class:`OrderedDict` objects"
0 commit comments