summaryrefslogtreecommitdiffstats
path: root/python/python3-decorator/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-decorator/README')
-rw-r--r--python/python3-decorator/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/python3-decorator/README b/python/python3-decorator/README
deleted file mode 100644
index d1d2a840af..0000000000
--- a/python/python3-decorator/README
+++ /dev/null
@@ -1,4 +0,0 @@
-The aim of the decorator module it to simplify the usage of decorators
-for the average programmer, and to popularize decorators usage giving
-examples of useful decorators, such as memoize, tracing,
-redirecting_stdout, locked, etc.