summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-07-25 17:21:06 +0200
committerMichele Simionato <michele.simionato@gmail.com>2018-07-25 17:21:06 +0200
commitbbac0b4d046604ae5d17ed1b05bd0b01367d3be5 (patch)
tree194d134a75866044e852dd90164dd22ee6b1a915
parent74e483b40ca47327f1b1fc6605bb2d3f2a99b03f (diff)
downloadpython-decorator-git-bbac0b4d046604ae5d17ed1b05bd0b01367d3be5.tar.gz
Fixed CHANGES.md
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d5ead7a..8925845 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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