diff --git a/library/stdtypes.po b/library/stdtypes.po index 93b1d5091..7d6ce93d2 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -5179,7 +5179,7 @@ msgid "" "copying." msgstr "" "Les :class:`memoryview` permettent a du code Python d'accéder sans copie aux " -"données internes d'un objet pendant en charge le :ref:`buffer protocol " +"données internes d'un objet prenant en charge le :ref:`buffer protocol " "`." #: ../Doc/library/stdtypes.rst:3484 @@ -5189,7 +5189,7 @@ msgid "" "class:`bytes` and :class:`bytearray`." msgstr "" "Crée une :class:`memoryview` faisant référence à *obj*. *obj* doit supporter " -"le *buffer protocol*. Les objets natifs pendant en charge le *buffer " +"le *buffer protocol*. Les objets natifs prenant en charge le *buffer " "protocol* sont :class:`bytes` et :class:`bytearray`." #: ../Doc/library/stdtypes.rst:3488