summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-01-24 14:29:17 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-01-24 14:29:17 +0100
commit83c87eaf61ab6ef2fa06fc90fba490826de999eb (patch)
treebfd53a6a38183e7f2841b81a298f9516ddd1879c
parent861fd4d116d2f8b2b24fd2a4293d5bce67c238d3 (diff)
downloadpython-decorator-git-83c87eaf61ab6ef2fa06fc90fba490826de999eb.tar.gz
Updated README
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ad72633..cf0f6ee 100644
--- a/README.rst
+++ b/README.rst
@@ -8,6 +8,9 @@ Decorator module
:Installation: ``pip install decorator``
:License: BSD license
+The goal of the decorator module is to make it easy to define
+signature-preserving function decorators.
+
Installation
-------------