You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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
msgid "This last example demonstrates the final few formatting functions:"
msgstr "Este último ejemplo demuestra las últimas funciones de formateo:"
#~ msgid ""
#~ "Format the exception part of a traceback. The arguments are the "
#~ "exception type and value such as given by ``sys.last_type`` and ``sys."
#~ "last_value``. The return value is a list of strings, each ending in a "
#~ "newline. Normally, the list contains a single string; however, for :exc:"
#~ "`SyntaxError` exceptions, it contains several lines that (when printed) "
#~ "display detailed information about where the syntax error occurred. The "
#~ "message indicating which exception occurred is the always last string in "
#~ "the list."
#~ msgstr ""
#~ "Formatea la parte de excepción de un seguimiento de pila. Los argumentos "
#~ "son el tipo de excepción y el valor como los dados por ``sys.last_type`` "
#~ "y ``sys.last_value``. El valor retornado es una lista de cadenas, "
#~ "acabando cada una en una nueva línea. Normalmente, la lista contiene una "
#~ "sola cadena; sin embargo, para las excepciones :exc:`SyntaxError`, esta "
#~ "lista contiene múltiples líneas que (cuando se muestran), imprimen "
#~ "información detallada sobre dónde ha ocurrido el error sintáctico. El "
#~ "mensaje indicador de qué excepción ha ocurrido es siempre la última "
#~ "cadena de la lista."
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.