Skip to content

Commit c131272

Browse files
committed
Working on library.po/functions.rst
1 parent bc063d5 commit c131272

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42198,6 +42198,8 @@ msgid ""
4219842198
"Return the :attr:`~object.__dict__` attribute for a module, class, instance, "
4219942199
"or any other object with a :attr:`__dict__` attribute."
4220042200
msgstr ""
42201+
"Donne l'attribut :attr:`~object.__dict__` d'un module, d'une classe, d'une "
42202+
"instance, ou tout autre objet ayant un attribut :attr:`__dict__`."
4220142203

4220242204
#: library/functions.rst:1550
4220342205
msgid ""
@@ -42213,6 +42215,9 @@ msgid ""
4221342215
"locals dictionary is only useful for reads since updates to the locals "
4221442216
"dictionary are ignored."
4221542217
msgstr ""
42218+
"Sans augment, :func:`vars` se comporte comme :func:`locals`. Notez que le "
42219+
"dictionnaire des variables locales n'est utile qu'en lecture, car ses "
42220+
"écritures sont ignorées."
4221642221

4221742222
#: library/functions.rst:1563
4221842223
msgid ""
@@ -42262,6 +42267,8 @@ msgid ""
4226242267
":func:`zip` in conjunction with the ``*`` operator can be used to unzip a "
4226342268
"list::"
4226442269
msgstr ""
42270+
":func:`zip` peut être utilisée conjointement avec l'opérateur ``*`` pour de-"
42271+
"*zip*-per une liste : ::"
4226542272

4226642273
#: library/functions.rst:1613
4226742274
msgid ""
@@ -42274,6 +42281,8 @@ msgid ""
4227442281
"This is an advanced function that is not needed in everyday Python "
4227542282
"programming, unlike :func:`importlib.import_module`."
4227642283
msgstr ""
42284+
"C'est une fonction avancée qui n'est pas fréquemment nécessaire, "
42285+
"contrairement à :func:`importlib.import_module`."
4227742286

4227842287
#: library/functions.rst:1629
4227942288
msgid ""

0 commit comments

Comments
 (0)