@@ -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."
8181msgstr ""
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
8888msgid ""
@@ -132,7 +132,6 @@ msgstr ""
132132
133133# habíamos utilizado "nombrados" en named tuples.
134134#: ../Doc/howto/sorting.rst:68
135- #, fuzzy
136135msgid ""
137136"The same technique works for objects with named attributes. For example:"
138137msgstr ""
0 commit comments