diff options
Diffstat (limited to 'docs/documentation.md')
-rw-r--r-- | docs/documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
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! |