[Python-modules-commits] [python-pyld] 148/276: Fix docs (nquads not the default).

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:04 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 43b19dc95e529af2d6d8d1e94af2c8a1cc32df98
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Thu Jul 18 12:07:21 2013 -0400

    Fix docs (nquads not the default).
---
 lib/pyld/jsonld.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 536fd5c..76cf136 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -148,7 +148,7 @@ def normalize(input_, options=None):
     :param [options]: the options to use.
       [base] the base IRI to use.
       [format] the format if output is a string:
-        'application/nquads' for N-Quads (default: 'application/nquads')
+        'application/nquads' for N-Quads.
       [loadDocument(url)] the document loader
         (default: _default_document_loader).
 
@@ -183,7 +183,7 @@ def to_rdf(input_, options=None):
     :param [options]: the options to use.
       [base] the base IRI to use.
       [format] the format to use to output a string:
-        'application/nquads' for N-Quads (default: 'application/nquads').
+        'application/nquads' for N-Quads.
       [loadDocument(url)] the document loader
         (default: _default_document_loader).
 
@@ -754,7 +754,7 @@ class JsonLdProcessor:
         :param options: the options to use.
           [base] the base IRI to use.
           [format] the format if input is a string:
-            'application/nquads' for N-Quads (default: 'application/nquads').
+            'application/nquads' for N-Quads.
           [loadDocument(url)] the document loader
             (default: _default_document_loader).
 

-- 
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