Skip to content

Commit 96d2075

Browse files
committed
ajustes travis archivo sorting.po
1 parent 05df604 commit 96d2075

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

howto/sorting.po

+5-6
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 19:23-0300\n"
14+
"PO-Revision-Date: 2020-05-09 19:42-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -79,10 +79,10 @@ msgid ""
7979
"than :func:`sorted` - but if you don't need the original list, it's slightly "
8080
"more efficient."
8181
msgstr ""
82-
"También puede usar el método :meth: `list.sort`. Modifica la lista in situ "
83-
"(y devuelve ``None`` para evitar confusiones). Por lo general, es menos "
84-
"conveniente que :func: `sorted`, pero si no necesita la lista original, es "
85-
"un poco más eficiente."
82+
"También puede usar el método :meth:`list.sort`. Modifica la lista in situ (y "
83+
"devuelve ``None`` para evitar confusiones). Por lo general, es menos "
84+
"conveniente que :func:`sorted`, pero si no necesita la lista original, es un "
85+
"poco más eficiente."
8686

8787
#: ../Doc/howto/sorting.rst:36
8888
msgid ""
@@ -132,7 +132,6 @@ msgstr ""
132132

133133
# habíamos utilizado "nombrados" en named tuples.
134134
#: ../Doc/howto/sorting.rst:68
135-
#, fuzzy
136135
msgid ""
137136
"The same technique works for objects with named attributes. For example:"
138137
msgstr ""

0 commit comments

Comments
 (0)