Skip to content

Commit 445e6b5

Browse files
committed
agregando palabra pospell y powrap
1 parent 9d300bc commit 445e6b5

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

dictionaries/library_codeop.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
filename

library/codeop.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
@@ -50,8 +50,9 @@ msgid ""
5050
"Being able to tell if a line of input completes a Python statement: in "
5151
"short, telling whether to print '``>>>``' or '``...``' next."
5252
msgstr ""
53-
"Ser capaz de identificar si una línea de entrada completa una sentencia de Python: en resumen, "
54-
"decir si se debe imprimir a continuación '``>>>``' o '``...``' ."
53+
"Ser capaz de identificar si una línea de entrada completa una sentencia de "
54+
"Python: en resumen, decir si se debe imprimir a continuación '``>>>``' o "
55+
"'``...``' ."
5556

5657
#: ../Doc/library/codeop.rst:25
5758
msgid ""
@@ -80,11 +81,12 @@ msgid ""
8081
"filename attribute of the code object will be *filename*, which defaults to "
8182
"``'<input>'``. Returns ``None`` if *source* is *not* valid Python code, but "
8283
"is a prefix of valid Python code."
83-
msgstr " Para intentar compilar *source*, que debe ser una cadena de caracteres de código Python y "
84-
"retorna un objeto si *source* es código Python válido. En este caso, el "
85-
"atributo filename del objeto va a ser *filename*, el cuál por defecto es "
86-
"``'<input>'``. Retorna ``None`` si *source* no es código Python válido, pero "
87-
"es un prefijo de código Python válido"
84+
msgstr ""
85+
" Para intentar compilar *source*, que debe ser una cadena de caracteres de "
86+
"código Python y retorna un objeto si *source* es código Python válido. En "
87+
"este caso, el atributo filename del objeto va a ser *filename*, el cuál por "
88+
"defecto es ``'<input>'``. Retorna ``None`` si *source* no es código Python "
89+
"válido, pero es un prefijo de código Python válido"
8890

8991
#: ../Doc/library/codeop.rst:41
9092
msgid ""

0 commit comments

Comments
 (0)