@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-05-09 18:41 -0300\n "
14
+ "PO-Revision-Date : 2020-05-09 19:23 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -48,8 +48,8 @@ msgid ""
48
48
"in-place. There is also a :func:`sorted` built-in function that builds a "
49
49
"new sorted list from an iterable."
50
50
msgstr ""
51
- "Las listas de Python tienen un método incorporado :meth: `list.sort` que "
52
- "modifica la lista in situ. También hay una función incorporada :func: "
51
+ "Las listas de Python tienen un método incorporado :meth:`list.sort` que "
52
+ "modifica la lista in situ. También hay una función incorporada :func:"
53
53
"`sorted` que crea una nueva lista ordenada a partir de un iterable."
54
54
55
55
#: ../Doc/howto/sorting.rst:14
@@ -396,7 +396,7 @@ msgid ""
396
396
"mod:`functools` module in the standard library."
397
397
msgstr ""
398
398
"En Python 3.2, la función :func:`functools.cmp_to_key` se agregó al módulo :"
399
- "mod:` functools` en la biblioteca estándar."
399
+ "mod:`functools` en la biblioteca estándar."
400
400
401
401
#: ../Doc/howto/sorting.rst:271
402
402
msgid "Odd and Ends"
0 commit comments