@@ -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 19:23 -0300\n "
14
+ "PO-Revision-Date : 2020-05-09 19:42 -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 "
@@ -79,10 +79,10 @@ msgid ""
79
79
"than :func:`sorted` - but if you don't need the original list, it's slightly "
80
80
"more efficient."
81
81
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."
86
86
87
87
#: ../Doc/howto/sorting.rst:36
88
88
msgid ""
@@ -132,7 +132,6 @@ msgstr ""
132
132
133
133
# habíamos utilizado "nombrados" en named tuples.
134
134
#: ../Doc/howto/sorting.rst:68
135
- #, fuzzy
136
135
msgid ""
137
136
"The same technique works for objects with named attributes. For example:"
138
137
msgstr ""
0 commit comments