summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-09-05 17:21:43 +0200
committerStefan Kögl <stefan@skoegl.net>2012-09-05 17:21:43 +0200
commit5480cc5a8be2313a37e7cc2a1c265e91c51d86aa (patch)
tree81aee425169f89a8b3bfe76696903a5b32c821be /jsonpatch.py
parentffd125cd891b47c66b9eb18a04411c47aa880d90 (diff)
downloadpython-json-patch-5480cc5a8be2313a37e7cc2a1c265e91c51d86aa.tar.gz
ref current spec, add its new test case
the updated spec [1] didn't change anything that would make a new version of python-json-patch necessary. This commit only updates the reference to the current version, and adds a new example [1] http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index a08a761..7c8fa8f 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -31,7 +31,7 @@
#
"""Apply JSON-Patches according to
-http://tools.ietf.org/html/draft-pbryan-json-patch-04"""
+http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03"""
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'