Skip to content

Commit c0bbcdf

Browse files
xoosephrtobar
andauthored
Apply suggestions
Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent 3f0b0ed commit c0bbcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/gcsupport.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>`."
167167
msgstr ""
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."
177177
msgstr ""
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

0 commit comments

Comments
 (0)