Skip to content

Commit d2d19b1

Browse files
committed
powrap segunda vuelta
1 parent 2eee711 commit d2d19b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/code.po

Lines changed: 6 additions & 6 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-10-02 16:49-0300\n"
14+
"PO-Revision-Date: 2020-10-04 14:57-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -130,11 +130,11 @@ msgid ""
130130
"error, or raises :exc:`OverflowError` or :exc:`ValueError` if the command "
131131
"contains an invalid literal."
132132
msgstr ""
133-
"Retorna un objeto de código (lo mismo que ``compile(source, filename, symbol)"
134-
"``) si el comando está completo y es válido; ``None`` si el comando está "
135-
"incompleto; lanza :exc:`SyntaxError` si el comando está completo y contiene "
136-
"un error de sintaxis, o lanza :exc:`OverflowError` o :exc:`ValueError` si el "
137-
"comando contiene un literal no válido."
133+
"Retorna un objeto de código (lo mismo que ``compile(source, filename, "
134+
"symbol)``) si el comando está completo y es válido; ``None`` si el comando "
135+
"está incompleto; lanza :exc:`SyntaxError` si el comando está completo y "
136+
"contiene un error de sintaxis, o lanza :exc:`OverflowError` o :exc:"
137+
"`ValueError` si el comando contiene un literal no válido."
138138

139139
#: ../Doc/library/code.rst:72
140140
msgid "Interactive Interpreter Objects"

0 commit comments

Comments
 (0)