Skip to content

Commit 80d350a

Browse files
Retours CR
1 parent a1a3cc9 commit 80d350a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/operator.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ msgid ""
145145
"have been an instance of a subclass of ``int``."
146146
msgstr ""
147147
"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``."
149149

150150
#: library/operator.rst:125
151151
msgid ""
@@ -248,13 +248,13 @@ msgid ""
248248
"actual length, then an estimate using :meth:`object.__length_hint__`, and "
249249
"finally return the default value."
250250
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 "
252252
"renvoyer la taille réelle, puis une estimation en appelant :meth:`object."
253253
"__length_hint__`, ou sinon la valeur par défaut."
254254

255255
#: library/operator.rst:254
256256
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 : "
258258

259259
#: library/operator.rst:259
260260
msgid "Return ``obj(*args, **kwargs)``."

0 commit comments

Comments
 (0)