[Python-modules-commits] [python-pyld] 03/07: Fix context formatting.
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Oct 13 22:56:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag 0.6.8
in repository python-pyld.
commit f026f7a880cccfe4d14f8aac8c57aebc0bca2fa2
Author: David I. Lehn <dlehn at digitalbazaar.com>
Date: Tue Mar 17 13:59:43 2015 -0400
Fix context formatting.
---
README.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
index 595bb5e..7e61f9d 100644
--- a/README.rst
+++ b/README.rst
@@ -68,7 +68,8 @@ Quick Examples
context = {
"name": "http://schema.org/name",
"homepage": {"@id": "http://schema.org/url", "@type": "@id"},
- "image": {"@id": "http://schema.org/image", "@type": "@id"}}
+ "image": {"@id": "http://schema.org/image", "@type": "@id"}
+ }
# compact a document according to a particular context
# see: http://json-ld.org/spec/latest/json-ld/#compacted-document-form
--
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