Skip to content

Commit

Permalink
padpoes sample checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bgeninatti committed Dec 21, 2021
1 parent f97678a commit 1d7392e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions library/functools.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-12-12 12:55-0500\n"
"PO-Revision-Date: 2021-12-21 16:21-0300\n"
"Last-Translator: Adolfo Hristo David Roque Gámez <[email protected]>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -64,7 +64,7 @@ msgid ""
"needs to evict old values, this is smaller and faster than :func:"
"`lru_cache()` with a size limit."
msgstr ""
"Retorna lo mismo que ``lru_cache(maxsize=None)``, creando una envoltura "
"Devuelve lo mismo que ``lru_cache(maxsize=None)``, creando una envoltura "
"delgada alrededor de una búsqueda de diccionario para los argumentos de la "
"función. Debido a que nunca necesita desalojar los valores antiguos, esto es "
"más pequeño y más rápido que :func:`lru_cache()` con un límite de tamaño."
Expand Down Expand Up @@ -194,8 +194,6 @@ msgstr ""
msgid ""
"For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`."
msgstr ""
"Para ejemplos de clasificación y un breve tutorial de clasificación, ver :"
"ref:`sortinghowto`."

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

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

0 comments on commit 1d7392e

Please sign in to comment.