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:
parent 07652923bd
commit 3a437e4266
1 changed files with 2 additions and 2 deletions
| | @ -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 | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue