[Python-modules-commits] [python-pyld] 141/276: Fix 80 char overflows.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:03 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 bcc314a6e99f30f800eaecbafced43aa6f590e12
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Mon Jul 15 10:17:21 2013 -0400

    Fix 80 char overflows.
---
 lib/pyld/jsonld.py | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index a52a54d..cdced17 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -2757,7 +2757,8 @@ class JsonLdProcessor:
 
     def _validate_frame(self, state, frame):
         """
-        Validates a JSON-LD frame, throwing an exception if the frame is invalid.
+        Validates a JSON-LD frame, throwing an exception if the frame is
+        invalid.
 
         :param state: the current frame state.
         :param frame: the frame to validate.
@@ -2918,7 +2919,8 @@ class JsonLdProcessor:
 
     def _remove_preserve(self, ctx, input_, options):
         """
-        Removes the @preserve keywords as the last step of the framing algorithm.
+        Removes the @preserve keywords as the last step of the framing
+        algorithm.
 
         :param ctx: the active context used to compact the input.
         :param input_: the framed, compacted output.
@@ -2996,8 +2998,8 @@ class JsonLdProcessor:
         """
         Produces a hash for the paths of adjacent bnodes for a bnode,
         incorporating all information about its subgraph of bnodes. This
-        method will recursively pick adjacent bnode permutations that produce the
-        lexicographically-least 'path' serializations.
+        method will recursively pick adjacent bnode permutations that produce
+        the lexicographically-least 'path' serializations.
 
         :param id_: the ID of the bnode to hash paths for.
         :param bnodes: the map of bnode quads.

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