- Notifications
You must be signed in to change notification settings - Fork396
Finalizando c-api/type#1729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
msgid "" | ||
"Creates and returns a :ref:`heap type <heap-types>` from the *spec* (:const:" | ||
"`Py_TPFLAGS_HEAPTYPE`)." | ||
msgstr "" | ||
"Crea y retorna unobjeto montículo (*heap*) a partirde *spec* (:const:" | ||
"Crea y retorna un:ref:`heap type <heap-types>` a partirdel *spec* (:const:" | ||
"`Py_TPFLAGS_HEAPTYPE`)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Objeto montículo como en el origal? No se cuál es el término que se usa más extendidamente en la documentación, si no dejarlo como está igual está bien supongo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
uuh...creo que al final dejamos "tipo heap", sin traducirlo. lo cambio a tipo heap de todas formas.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: rtobar <rtobar@icrar.org>
Closes#1520