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 <deronnax@users.noreply.github.com>
This commit is contained in:
Benjamin Port 2020-03-30 23:17:34 +02:00 committed by GitHub
parent 07652923bd
commit 3a437e4266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 "
"<bufferobjects>`."
#: ../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