Skip to content

Commit 05df604

Browse files
committed
ajustes traducido archivo sorting.po
1 parent d2c0c00 commit 05df604

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

howto/sorting.po

+4-4
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-05-09 18:41-0300\n"
14+
"PO-Revision-Date: 2020-05-09 19:23-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,8 +48,8 @@ msgid ""
4848
"in-place. There is also a :func:`sorted` built-in function that builds a "
4949
"new sorted list from an iterable."
5050
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:"
5353
"`sorted` que crea una nueva lista ordenada a partir de un iterable."
5454

5555
#: ../Doc/howto/sorting.rst:14
@@ -396,7 +396,7 @@ msgid ""
396396
"mod:`functools` module in the standard library."
397397
msgstr ""
398398
"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."
400400

401401
#: ../Doc/howto/sorting.rst:271
402402
msgid "Odd and Ends"

0 commit comments

Comments
 (0)