◐ Shell
clean mode source ↗

Integracion con padpoes by Bgeninatti · Pull Request #1785 · python/python-docs-es

Expand Up @@ -63,7 +63,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 @@ -231,6 +229,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