8000 memory view correction (#1161) · deronnax/python-docs-fr@3a437e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a437e4

Browse files
bportchristopheNanderonnax
authored
memory view correction (python#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>
1 parent 0765292 commit 3a437e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/stdtypes.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5176,7 +5176,7 @@ msgid ""
51765176
"copying."
51775177
msgstr ""
51785178
"Les :class:`memoryview` permettent a du code Python d'accéder sans copie aux "
5179-
"données internes d'un objet pendant en charge le :ref:`buffer protocol "
5179+
"données internes d'un objet prenant en charge le :ref:`buffer protocol "
51805180
"<bufferobjects>`."
51815181

51825182
#: ../Doc/library/stdtypes.rst:3484
@@ -5186,7 +5186,7 @@ msgid ""
51865186
"class:`bytes` and :class:`bytearray`."
51875187
msgstr ""
51885188
"Crée une :class:`memoryview` faisant référence à *obj*. *obj* doit supporter "
5189-
"le *buffer protocol*. Les objets natifs pendant en charge le *buffer "
5189+
"le *buffer protocol*. Les objets natifs prenant en charge le *buffer "
51905190
"protocol* sont :class:`bytes` et :class:`bytearray`."
51915191

51925192
#: ../Doc/library/stdtypes.rst:3488

0 commit comments

Comments
 (0)
0