@@ -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 : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-12-12 12:55-0500 \n "
14
+ "PO-Revision-Date : 2021-12-21 16:21-0300 \n "
15
15
"
Last-Translator :
Adolfo Hristo David Roque Gámez <[email protected] >\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -64,7 +64,7 @@ msgid ""
64
64
"needs to evict old values, this is smaller and faster than :func:"
65
65
"`lru_cache()` with a size limit."
66
66
msgstr ""
67
- "Retorna lo mismo que ``lru_cache(maxsize=None)``, creando una envoltura "
67
+ "Devuelve lo mismo que ``lru_cache(maxsize=None)``, creando una envoltura "
68
68
"delgada alrededor de una búsqueda de diccionario para los argumentos de la "
69
69
"función. Debido a que nunca necesita desalojar los valores antiguos, esto es "
70
70
"más pequeño y más rápido que :func:`lru_cache()` con un límite de tamaño."
@@ -194,8 +194,6 @@ msgstr ""
194
194
msgid ""
195
195
"For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`."
196
196
msgstr ""
197
- "Para ejemplos de clasificación y un breve tutorial de clasificación, ver :"
198
- "ref:`sortinghowto`."
199
197
200
198
#: ../Doc/library/functools.rst:139
201
199
msgid ""
@@ -229,6 +227,7 @@ msgstr ""
229
227
"pueden tener dos entradas de caché separadas."
230
228
231
229
#: ../Doc/library/functools.rst:151
230
+ #, fuzzy
232
231
msgid ""
233
232
"If *user_function* is specified, it must be a callable. This allows the "
234
233
"*lru_cache* decorator to be applied directly to a user function, leaving the "
0 commit comments