File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5176,7 +5176,7 @@ msgid ""
5176
5176
"copying."
5177
5177
msgstr ""
5178
5178
"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 "
5180
5180
"<bufferobjects>`."
5181
5181
5182
5182
#: ../Doc/library/stdtypes.rst:3484
@@ -5186,7 +5186,7 @@ msgid ""
5186
5186
"class:`bytes` and :class:`bytearray`."
5187
5187
msgstr ""
5188
5188
"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 "
5190
5190
"protocol* sont :class:`bytes` et :class:`bytearray`."
5191
5191
5192
5192
#: ../Doc/library/stdtypes.rst:3488
You can’t perform that action at this time.
0 commit comments