From 227949d2e621875fd3ee727a715a854336662862 Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Thu, 15 Jul 2021 08:26:58 +0200 Subject: Fix broken link in documentation The PythonDecoratorLibrary moved to the python wiki --- docs/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/documentation.md b/docs/documentation.md index 38be1bf..162caae 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -146,7 +146,7 @@ the function is called with the same input parameters the result is retrieved from the cache and not recomputed. There are many implementations of ``memoize`` in -http://www.python.org/moin/PythonDecoratorLibrary, +https://wiki.python.org/moin/PythonDecoratorLibrary, but they do not preserve the signature. In recent versions of Python you can find a sophisticated ``lru_cache`` decorator in the standard library's ``functools``. Here I am just @@ -1682,4 +1682,4 @@ DAMAGE. If you use this software and you are happy with it, consider sending me a note, just to gratify my ego. On the other hand, if you use this software and -you are unhappy with it, send me a patch! \ No newline at end of file +you are unhappy with it, send me a patch! -- cgit v1.2.1