-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f97678a
commit 1d7392e
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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." | ||
|
@@ -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 "" | ||
|
@@ -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 " | ||
|