summaryrefslogtreecommitdiff
path: root/jsonpointer.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2013-04-03 15:41:46 +0200
committerStefan Kögl <stefan@skoegl.net>2013-04-03 15:41:46 +0200
commit42827945260ee93137ea0b2e486ab11ddb1ba63f (patch)
treeb040557e3bfa0d86ee918879d4d8d84a902fc97f /jsonpointer.py
parente7cd915cf8ee787852413375568cb0aedff19d7d (diff)
downloadpython-json-pointer-42827945260ee93137ea0b2e486ab11ddb1ba63f.tar.gz
mention RFC 6901
Diffstat (limited to 'jsonpointer.py')
-rw-r--r--jsonpointer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/jsonpointer.py b/jsonpointer.py
index 05b33c1..c947693 100644
--- a/jsonpointer.py
+++ b/jsonpointer.py
@@ -30,9 +30,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-""" Identify specific nodes in a JSON document (according to draft 08) """
-
-# http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08
+""" Identify specific nodes in a JSON document (RFC 6901) """
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'