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
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
"oraciones \"``¡Te tengo a la vista!``\", etc. \"``Yay! :)``\". Se pueden "
"encerrar en comillas simples (``'...'``) o comillas dobles (``\"...\"``) con "
"el mismo resultado [#]_."
#: ../Doc/tutorial/introduction.rst:157
msgid ""
"To quote a quote, we need to \"escape\" it, by preceding it with ``\\``. "
"Alternatively, we can use the other type of quotation marks::"
msgstr ""
"Para citar una cita, debemos \"escapar\" la cita precediéndola con ``\\``. "
"Alternativamente, podemos usar el otro tipo de comillas::"
#: ../Doc/tutorial/introduction.rst:171
msgid ""
Expand All
@@ -219,6 +227,10 @@ msgid ""
"omitting the enclosing quotes and by printing escaped and special "
"characters::"
msgstr ""
"En el intérprete de Python, la definición de cadena y la cadena de salida "
"pueden verse diferentes. La función :func:`print` produce una salida más "
"legible, omitiendo las comillas de encuadre e imprimiendo caracteres "
"escapados y especiales::"
#: ../Doc/tutorial/introduction.rst:182
msgid ""
Expand All
@@ -236,6 +248,10 @@ msgid ""
"odd number of ``\\`` characters; see :ref:`the FAQ entry <faq-programming-"
"raw-string-backslash>` for more information and workarounds."
msgstr ""
"Hay un aspecto sutil en las cadenas sin formato: una cadena sin formato no "
"puede terminar en un número impar de caracteres ``\\``; consultar :ref:`en "
"preguntas frequentes <faq-programming-raw-string-backslash>` para obtener "
"más información y soluciones."
#: ../Doc/tutorial/introduction.rst:197
msgid ""
Expand DownExpand Up
@@ -315,15 +331,14 @@ msgstr ""
"Nótese que -0 es lo mismo que 0, los índice negativos comienzan desde -1."
#: ../Doc/tutorial/introduction.rst:276
#, fuzzy
msgid ""
"In addition to indexing, *slicing* is also supported. While indexing is "
"used to obtain individual characters, *slicing* allows you to obtain a "
"substring::"
msgstr ""
"Además de los índices, las *rebanadas* también están soportadas. Mientras "
"quelos índices seutilizar para obtener caracteres individuales, las "
"*rebanadas* tepermiten obtenerpartes de las cadenas de texto::"
"Además de los índices, las *rebanadas*(slicing)también están soportadas. "
"Mientrasquela indexación seutiliza para obtener caracteres individuales, "
"*rebanar* tepermite obteneruna subcadena::"
#: ../Doc/tutorial/introduction.rst:284
msgid ""
Expand DownExpand Up
@@ -662,42 +677,8 @@ msgstr ""
#: ../Doc/tutorial/introduction.rst:21
msgid "# (hash)"
msgstr ""
msgstr "# (hash)"
#: ../Doc/tutorial/introduction.rst:21
msgid "comment"
msgstr ""
#~ msgid "Strings"
#~ msgstr "Cadenas de caracteres"
#~ msgid ""
#~ "Besides numbers, Python can also manipulate strings, which can be "
#~ "expressed in several ways. They can be enclosed in single quotes "
#~ "(``'...'``) or double quotes (``\"...\"``) with the same result [#]_. "
#~ "``\\`` can be used to escape quotes::"
#~ msgstr ""
#~ "Además de números, Python puede manipular cadenas de texto, las cuales "
#~ "pueden ser expresadas de distintas formas. Pueden estar encerradas en "
#~ "comillas simples (``'...'``) o dobles (``\"...\"``) con el mismo "
#~ "resultado [#]_. ``\\`` puede ser usado para escapar comillas::"
#~ msgid ""
#~ "In the interactive interpreter, the output string is enclosed in quotes "
#~ "and special characters are escaped with backslashes. While this might "
#~ "sometimes look different from the input (the enclosing quotes could "
#~ "change), the two strings are equivalent. The string is enclosed in "
#~ "double quotes if the string contains a single quote and no double quotes, "
#~ "otherwise it is enclosed in single quotes. The :func:`print` function "
#~ "produces a more readable output, by omitting the enclosing quotes and by "
#~ "printing escaped and special characters::"
#~ msgstr ""
#~ "En el intérprete interactivo, la salida de caracteres está encerrada en "
#~ "comillas y los caracteres especiales se escapan con barras invertidas. "
#~ "Aunque esto a veces se vea diferente de la entrada (las comillas que "
#~ "encierran pueden cambiar), las dos cadenas son equivalentes. La cadena se "
#~ "encierra en comillas dobles si la cadena contiene una comilla simple y "
#~ "ninguna doble, de lo contrario es encerrada en comillas simples. La "
#~ "función :func:`print` produce una salida más legible, omitiendo las "
#~ "comillas que la encierran e imprimiendo caracteres especiales y "
#~ "escapados::"
msgstr "comentario"
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.