diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-01-24 14:29:17 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-01-24 14:29:17 +0100 |
| commit | 83c87eaf61ab6ef2fa06fc90fba490826de999eb (patch) | |
| tree | bfd53a6a38183e7f2841b81a298f9516ddd1879c | |
| parent | 861fd4d116d2f8b2b24fd2a4293d5bce67c238d3 (diff) | |
| download | python-decorator-git-83c87eaf61ab6ef2fa06fc90fba490826de999eb.tar.gz | |
Updated README
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------- |
