From 3a437e42664859881ea95cdc76e6359651eac608 Mon Sep 17 00:00:00 2001 From: Benjamin Port Date: Mon, 30 Mar 2020 23:17:34 +0200 Subject: [PATCH] memory view correction (#1161) * memory view correction * Apply suggestions from code review Co-Authored-By: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Co-authored-by: Mathieu Dupuy --- library/stdtypes.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/stdtypes.po b/library/stdtypes.po index 84e36d01..4dd76bc0 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -5176,7 +5176,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 @@ -5186,7 +5186,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