[Python-modules-commits] [python-pyld] 32/276: Fixed 'defualt' typos

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:50 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 88a3f9f77c2d1c1df357e44f9cb82eb7d3ddeeb2
Author: Josh Mandel <joshua.mandel at childrens.harvard.edu>
Date:   Thu Sep 22 18:31:50 2011 -0700

    Fixed 'defualt' typos
---
 lib/pyld/jsonld.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 485464c..409d2c5 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -1556,8 +1556,8 @@ def _frame(subjects, input, frame, embeds, options):
         limit = 1
 
     omitOn = False
-    if hasattr(options, 'default') and hasattr(options['defualts'], 'omitDefaultOn'):
-        omitOn = options['defualts']['omitDefaultOn']
+    if hasattr(options, 'default') and hasattr(options['defaults'], 'omitDefaultOn'):
+        omitOn = options['defaults']['omitDefaultOn']
 
     # iterate over frames adding input matches to list
     values = []

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