File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ msgid ""
145
145
"have been an instance of a subclass of ``int``."
146
146
msgstr ""
147
147
"Le résultat a toujours le type :class:`int`. Précédemment, le résultat aurait"
148
- " pu être une instance de la sous-classe de ``int``."
148
+ " pu être une instance d'une sous-classe de ``int``."
149
149
150
150
#: library/operator.rst:125
151
151
msgid ""
@@ -248,13 +248,13 @@ msgid ""
248
248
"actual length, then an estimate using :meth:`object.__length_hint__`, and "
249
249
"finally return the default value."
250
250
msgstr ""
251
- "Renvoie une estimation de la taille de l'objet *o *. Tente d'abord de "
251
+ "Renvoie une estimation de la taille de l'objet *obj *. Tente d'abord de "
252
252
"renvoyer la taille réelle, puis une estimation en appelant :meth:`object."
253
253
"__length_hint__`, ou sinon la valeur par défaut."
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)``."
You can’t perform that action at this time.
0 commit comments