summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index a2f7973..57a2cfa 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -30,9 +30,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-""" Apply JSON-Patches (according to draft 08) """
-
-# http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
+""" Apply JSON-Patches (RFC 6902) """
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'