Skip to content

Commit 874a3c1

Browse files
committed
Other tokens
1 parent 155fd47 commit 874a3c1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

reference/lexical_analysis.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-07-05 00:39+0200\n"
14+
"PO-Revision-Date: 2020-07-05 01:32+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -409,7 +409,7 @@ msgstr ""
409409

410410
#: ../Doc/reference/lexical_analysis.rst:265
411411
msgid "Other tokens"
412-
msgstr ""
412+
msgstr "Otros tokens"
413413

414414
#: ../Doc/reference/lexical_analysis.rst:267
415415
msgid ""
@@ -420,6 +420,14 @@ msgid ""
420420
"comprises the longest possible string that forms a legal token, when read "
421421
"from left to right."
422422
msgstr ""
423+
"Además de NEWLINE, INDENT y DEDENT, existen las siguientes categorías de "
424+
"fichas: *identifiers* (identificadores), *keywords* (palabras clave), "
425+
"*literals* (literales), *operators* (operadores) y *delimiters* "
426+
"(delimitadores). Los caracteres de espacio en blanco (distintos de los "
427+
"terminadores de línea, discutidos anteriormente) no son tokens, pero sirven "
428+
"para delimitarlos. En los casos en que exista ambigüedad, un token comprende "
429+
"la cadena más larga posible que forma un token legal cuando se lee de "
430+
"izquierda a derecha."
423431

424432
#: ../Doc/reference/lexical_analysis.rst:277
425433
msgid "Identifiers and keywords"

0 commit comments

Comments
 (0)