[Python-modules-commits] [python-pyld] 269/276: Clean up docs on list node conditions.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit 6f039af974b661cb2bb49a02ea8ba44f74c4b1a1
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Mon Sep 15 16:57:54 2014 -0400

    Clean up docs on list node conditions.
---
 lib/pyld/jsonld.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 9f58411..fc40099 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -2338,7 +2338,7 @@ class JsonLdProcessor:
                 list_nodes = []
 
                 # ensure node is a well-formed list node; it must:
-                # 1. Be referenced only once and used only once in a list.
+                # 1. Be referenced only once.
                 # 2. Have an array for rdf:first that has 1 item.
                 # 3. Have an array for rdf:rest that has 1 item
                 # 4. Have no keys other than: @id, usages, rdf:first, rdf:rest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list