Skip to content

Commit 1d7392e

Browse files
committed
padpoes sample checks
1 parent f97678a commit 1d7392e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

library/functools.po

+3-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: 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"
1515
"Last-Translator: Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
@@ -64,7 +64,7 @@ msgid ""
6464
"needs to evict old values, this is smaller and faster than :func:"
6565
"`lru_cache()` with a size limit."
6666
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 "
6868
"delgada alrededor de una búsqueda de diccionario para los argumentos de la "
6969
"función. Debido a que nunca necesita desalojar los valores antiguos, esto es "
7070
"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 ""
194194
msgid ""
195195
"For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`."
196196
msgstr ""
197-
"Para ejemplos de clasificación y un breve tutorial de clasificación, ver :"
198-
"ref:`sortinghowto`."
199197

200198
#: ../Doc/library/functools.rst:139
201199
msgid ""
@@ -229,6 +227,7 @@ msgstr ""
229227
"pueden tener dos entradas de caché separadas."
230228

231229
#: ../Doc/library/functools.rst:151
230+
#, fuzzy
232231
msgid ""
233232
"If *user_function* is specified, it must be a callable. This allows the "
234233
"*lru_cache* decorator to be applied directly to a user function, leaving the "

0 commit comments

Comments
 (0)