Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a710ee3

Browse files
committed
Fix after review
1 parent c62773c commit a710ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/functools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ msgid ""
370370
"For code which doesn't use type annotations, the appropriate type argument "
371371
"can be passed explicitly to the decorator itself::"
372372
msgstr ""
373-
"Pour le code qui n’utilise pas les annotations de type, l’argument du type "
374-
"souhaité peut être passé explicitement au décorateur : ::"
373+
"Pour le code qui n’utilise pas les indications de type, le type souhaité "
374+
"peut être passé explicitement en argument au décorateur : ::"
375375

376376
#: ../Doc/library/functools.rst:312
377377
msgid ""
@@ -431,7 +431,7 @@ msgstr ""
431431
#: ../Doc/library/functools.rst:382
432432
msgid "The :func:`register` attribute supports using type annotations."
433433
msgstr ""
434-
"L’attribut :func:`register` gère l’utilisation des annotations de type."
434+
"L’attribut :func:`register` gère l’utilisation des indications de type."
435435

436436
#: ../Doc/library/functools.rst:388
437437
msgid ""

0 commit comments

Comments
 (0)