- Notifications
You must be signed in to change notification settings - Fork395
Cambiando 'devolver' por 'retornar' y variaciones#531
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
File 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
NextNext commit
Cambiando 'devolver' por 'retornar' y variaciones
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit64fb7ae0d093692d7f99a968d21ae7dbfe3f9fd2
There are no files selected for viewing
2 changes: 1 addition & 1 deletionc-api/bytearray.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
2 changes: 1 addition & 1 deletionc-api/contextvars.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
2 changes: 1 addition & 1 deletionc-api/conversion.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
4 changes: 2 additions & 2 deletionsc-api/datetime.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
2 changes: 1 addition & 1 deletionc-api/dict.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
4 changes: 2 additions & 2 deletionsc-api/file.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
2 changes: 1 addition & 1 deletionc-api/float.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
2 changes: 1 addition & 1 deletionc-api/gcsupport.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
6 changes: 3 additions & 3 deletionsc-api/init.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
2 changes: 1 addition & 1 deletionc-api/intro.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
6 changes: 3 additions & 3 deletionsc-api/iterator.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
2 changes: 1 addition & 1 deletionc-api/mapping.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
2 changes: 1 addition & 1 deletionc-api/number.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
9 changes: 4 additions & 5 deletionsc-api/objbuffer.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
2 changes: 1 addition & 1 deletionc-api/sequence.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
2 changes: 1 addition & 1 deletionc-api/set.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
2 changes: 1 addition & 1 deletionc-api/sys.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
2 changes: 1 addition & 1 deletionc-api/tuple.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
14 changes: 7 additions & 7 deletionsc-api/typeobj.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 |
---|---|---|
@@ -1805,10 +1805,10 @@ msgid "" | ||
msgstr "" | ||
"La función debe retornar una cadena de caracteres o un objeto Unicode. " | ||
"Idealmente, esta función debería retornar una cadena que, cuando se pasa a :" | ||
"func:`eval`, dado un entorno adecuado,retorna un objeto con el mismo valor. " | ||
"Si esto no es factible, debe devolver una cadena que comience con ``'<'`` y " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"termine con ``'>'`` desde la cual se puede deducir tanto el tipo como el " | ||
"valor del objeto." | ||
#: ../Doc/c-api/typeobj.rst:820 ../Doc/c-api/typeobj.rst:932 | ||
#: ../Doc/c-api/typeobj.rst:957 ../Doc/c-api/typeobj.rst:983 | ||
@@ -1827,7 +1827,7 @@ msgid "" | ||
"returned, where ``%s`` is replaced by the type name, and ``%p`` by the " | ||
"object's memory address." | ||
msgstr "" | ||
"Cuando este campo no está configurado, seretorna una cadena de caracteres " | ||
"de la forma ``<%s object at %p>``, donde ``%s`` se reemplaza por el nombre " | ||
"del tipo y ``%p`` por dirección de memoria del objeto." | ||
@@ -1932,7 +1932,7 @@ msgstr "" | ||
"`PyObject_HashNotImplemented` para bloquear la herencia del método *hash* de " | ||
"un tipo primario. Esto se interpreta como el equivalente de ``__hash__ = " | ||
"None`` en el nivel de Python, lo que hace que ``isinstance(o, collections." | ||
"Hashable)``retorne correctamente ``False``. Tenga en cuenta que lo " | ||
"contrario también es cierto: establecer ``__hash__ = None`` en una clase en " | ||
"el nivel de Python dará como resultado que la ranura ``tp_hash`` se " | ||
"establezca en :c:func:`PyObject_HashNotImplemented`." | ||
@@ -3246,7 +3246,7 @@ msgstr "" | ||
"del tipo. Si la función :c:member:`~PyTypeObject.tp_new` retorna una " | ||
"instancia de otro tipo que no es un subtipo del tipo original, no se llama " | ||
"la función :c:member:`~PyTypeObject.tp_init`; if :c:member:`~PyTypeObject." | ||
"tp_new`retorna una instancia de un subtipo del tipo original, se llama al " | ||
"subtipo :c:member:`~PyTypeObject.tp_init`." | ||
#: ../Doc/c-api/typeobj.rst:1687 | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.