Skip to content

library/functools : fuzzys et traductions de cache/lru_cache. #1539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Suggestion de christopheNan.
Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
  • Loading branch information
awecx and christopheNan authored Feb 13, 2021
commit c8dc95c4dae6eef87c0e319924c1cd186827f25a
2 changes: 1 addition & 1 deletion library/functools.po
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ msgid ""
"needs to evict old values, this is smaller and faster than :func:"
"`lru_cache()` with a size limit."
msgstr ""
"Identique à ``lru_cache(maxsize=None)``. Créé une surcouche légère avec une "
"Identique à ``lru_cache(maxsize=None)``. Crée une surcouche légère avec une "
"recherche dans un dictionnaire indexé par les arguments de la fonction. "
"Comme elle ne nettoie jamais les anciennes entrées, elle est plus simple et "
"plus rapide que :func:`lru_cache()` avec une limite."
Expand Down