summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:06:12 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:06:12 +0100
commit87f16a038352488cc9cf39ee94a1c744e42fb42e (patch)
tree66366eb9c065bbdd52024fb0562bf4a338eb052e /README.rst
parent528669820f8285072f16323fa23678d61ec0ed4e (diff)
downloadpython-decorator-git-87f16a038352488cc9cf39ee94a1c744e42fb42e.tar.gz
Changed description to Decorators for Humans
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 15bfa9f..dcb7097 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-Decorator module
-=================
+Decorators for Humans
+=====================
The goal of the decorator module is to make it easy to define
signature-preserving function decorators and decorator factories.