diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2018-07-25 17:21:06 +0200 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2018-07-25 17:21:06 +0200 |
commit | bbac0b4d046604ae5d17ed1b05bd0b01367d3be5 (patch) | |
tree | 194d134a75866044e852dd90164dd22ee6b1a915 | |
parent | 74e483b40ca47327f1b1fc6605bb2d3f2a99b03f (diff) | |
download | python-decorator-git-bbac0b4d046604ae5d17ed1b05bd0b01367d3be5.tar.gz |
Fixed CHANGES.md
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ Added a note on 'inspect.getsource' not working for decorated functions; referenced PEP 326; highlighted the snippets in the documentation with pygments; slightly simplified the code. -## 2.1.0. (3/07/2007) +## 2.1.0. (2007-07-03) Replaced the utility 'update_wrapper' with 'new_wrapper' and updated the documentation accordingly; fixed and improved the |