traduction du module typage jusqu'a env. ligne 560

This commit is contained in:
Zoe Drey 2023-02-16 16:16:30 +01:00
parent e1d500a9fa
commit c1976b7b68
1 changed files with 4 additions and 1 deletions

View File

@ -441,12 +441,15 @@ msgid ""
"``Callable`` now supports :class:`ParamSpec` and :data:`Concatenate`. See :"
"pep:`612` for more details."
msgstr ""
"``Callable`` prend désormais en charge :class:`ParamSpec` et :data:`Concatenate`. See :"
"pep:`612` for more details."
#: library/typing.rst:254
msgid ""
"The documentation for :class:`ParamSpec` and :class:`Concatenate` provides "
"examples of usage in ``Callable``."
msgstr ""
msgstr "La documentation pour :class:`ParamSpec` et :class:`Concatenate` fournit des "
"exemples d'utilisation dans ``Callable``."
#: library/typing.rst:260
msgid "Generics"