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 @@ -165,7 +165,7 @@ msgid ""
165165"The allocated memory is initialized to zeros, except for the :c:type:`Python "
166166"object header <PyObject>`."
167167msgstr ""
168- "Análogo a :c:macro:`PyObject_GC_New` pero asigna bytes de *extra_size* al "
168+ "Análogo a :c:macro:`PyObject_GC_New` pero asigna *extra_size* bytes al "
169169"final del objeto (en el desplazamiento :c:member:`~PyTypeObject."
170170"tp_basicsize`). La memoria asignada se inicializa a ceros, excepto para el :"
171171"c:type:`encabezado del objeto Python <PyObject>`."
@@ -175,7 +175,7 @@ msgid ""
175175"The extra data will be deallocated with the object, but otherwise it is not "
176176"managed by Python."
177177msgstr ""
178- "Los datos extra se reasignarán con el objeto, pero por lo demás no se "
178+ "Los datos extras se desasignarán con el objeto, pero por lo demás no se "
179179"gestionan por Python."
180180
181181#: ../Doc/c-api/gcsupport.rst:77
You can’t perform that action at this time.
0 commit comments