- Notifications
You must be signed in to change notification settings - Fork396
Traducido archivo c-api/type.po#2370
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
baeda49
Traducido archivo c-api/type.po
igmtz2a519fd
Traducido archivo c-api/type.po
igmtz960ed16
Traducido archivo c-api/type
igmtz2de9598
Traducido archivo c-api/type
igmtze1bd560
Traducido archivo c-api/type
igmtzb7c43e4
Merge branch '3.11' into traduccion-type
igmtzce92eae
Merge branch '3.11' into traduccion-type
igmtz3abed4e
Apply suggestions from code review
cmaureirc9ddd2f
Apply suggestions from code review
cmaureir64f2f3d
Apply suggestions from code review
cmaureir886d8dc
Merge branch '3.11' into traduccion-type
cmaureirdf78e0e
powrap
cmaureirc775de9
Usar retorna en vez de devuelve
cmaureir06018ac
Add new missing words from whatsnew 3.11
cmaureirFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Apply suggestions from code review
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitc9ddd2fbcb9c7c46ea62ef3276c88fbc2afc50d7
There are no files selected for viewing
6 changes: 3 additions & 3 deletionsc-api/type.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -187,7 +187,7 @@ msgid "" | ||
"Return the type's qualified name. Equivalent to getting the type's " | ||
"``__qualname__`` attribute." | ||
msgstr "" | ||
"Retorna el nombre adecuado del tipo de objeto. Equivalente a obtener el " | ||
"atributo ``__qualname__`` del objeto tipo." | ||
#: ../Doc/c-api/type.rst:124 | ||
@@ -248,7 +248,7 @@ msgstr "" | ||
"``PyType_GetModule(Py_TYPE(self))`` no devuelva el resultado deseado. " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"``Py_TYPE(self)`` puede ser una *subclass* de la clase deseada, y las " | ||
"subclases no están necesariamente definidas en el mismo módulo que su " | ||
"superclase. Consulte :c:func:`PyCMethod` para obtener la clase que define el " | ||
"método. Ver ::c:func:`PyType_GetModuleByDef` para los casos en los que no se puede " | ||
"usar ``PyCMethod``." | ||
@@ -276,7 +276,7 @@ msgid "" | ||
"`PyModuleDef` *def*, and return that module." | ||
msgstr "" | ||
"Encuentra la primer superclase cuyo módulo fue creado a partir del :c:type:" | ||
"`PyModuleDef` *def* dado, yretorna ese módulo." | ||
#: ../Doc/c-api/type.rst:176 | ||
msgid "" | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.