@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2024-11-01 00:16+0100\n "
9
- "PO-Revision-Date : 2024-11-01 15:51 +0100\n "
9
+ "PO-Revision-Date : 2024-11-02 17:07 +0100\n "
10
10
"Last-Translator : Antoine Wecxsteen\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.6 \n "
16
+ "X-Generator : Poedit 3.4.2 \n "
17
17
18
18
#: library/operator.rst:2
19
19
msgid ":mod:`!operator` --- Standard operators as functions"
@@ -94,7 +94,7 @@ msgstr ""
94
94
"Renvoie le résultat de :keyword:`not` *obj*. (Notez qu'il n'existe pas de "
95
95
"méthode :meth:`!__not__` pour les instances d'objet; seul le cœur de "
96
96
"l'interpréteur définit cette opération. Le résultat dépend des méthodes :"
97
- "meth:`~object.__bool__` et :meth:`~object.__len__` methods .)"
97
+ "meth:`~object.__bool__` et :meth:`~object.__len__`.)"
98
98
99
99
#: library/operator.rst:69
100
100
msgid ""
@@ -254,7 +254,7 @@ msgstr ""
254
254
255
255
#: library/operator.rst:254
256
256
msgid "The following operation works with callables:"
257
- msgstr "L'opération suivante marche avec les objets appelables : "
257
+ msgstr "L'opération suivante marche avec les objets appelables :"
258
258
259
259
#: library/operator.rst:259
260
260
msgid "Return ``obj(*args, **kwargs)``."
0 commit comments