Skip to content

Commit bddc34c

Browse files
authored
traduccion de tokenize.po (#2845)
Closes #2514
1 parent 6f134dd commit bddc34c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

library/tokenize.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2020-07-25 21:23+0200\n"
14+
"PO-Revision-Date: 2024-10-27 18:50-0400\n"
1515
"Last-Translator: Ignasi Fosch <natx@y10k.ws>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/library/tokenize.rst:2
2526
msgid ":mod:`tokenize` --- Tokenizer for Python source"
@@ -63,6 +64,11 @@ msgid ""
6364
"**undefined** when providing invalid Python code and it can change at any "
6465
"point."
6566
msgstr ""
67+
"Ten en cuenta que las funciones en este módulo están diseñadas únicamente "
68+
"para analizar código Python sintácticamente válido (código que no genera "
69+
"errores al ser analizado usando :func:`ast.parse`). El comportamiento de las "
70+
"funciones en este módulo es **indefinido** cuando se proporciona código "
71+
"Python no válido y puede cambiar en cualquier momento."
6672

6773
#: ../Doc/library/tokenize.rst:35
6874
msgid "Tokenizing Input"

0 commit comments

Comments
 (0)