diff --git a/library/fnmatch.po b/library/fnmatch.po index 9464b650b0..34d83be20c 100644 --- a/library/fnmatch.po +++ b/library/fnmatch.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-07 18:18+0200\n" +"PO-Revision-Date: 2023-03-20 13:03-0300\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/fnmatch.rst:2 msgid ":mod:`fnmatch` --- Unix filename pattern matching" @@ -110,6 +111,10 @@ msgid "" "used to cache the compiled regex patterns in the following functions: :func:" "`fnmatch`, :func:`fnmatchcase`, :func:`filter`." msgstr "" +"También tenga en cuenta que :func:`functools.lru_cache` con el *maxsize* de " +"32768 se usa para almacenar en caché los patrones compilados de expresiones " +"regulares en las siguientes funciones: :func:`fnmatch`, :func:" +"`fnmatchcase`, :func:`filter`." #: ../Doc/library/fnmatch.rst:55 msgid ""