[Python-modules-commits] [python-pyld] 212/276: Fix typo.
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 8 23:48:12 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 a43c2deeb8ab191748c005ba0ef37c97d7d68907
Author: Dave Longley <dlongley at digitalbazaar.com>
Date: Wed Sep 25 16:26:55 2013 -0400
Fix typo.
---
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 7b93a3b..c10bb44 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -762,7 +762,7 @@ class JsonLdProcessor:
raise JsonLdError(
'Could not retrieve a JSON-LD document from the URL.',
'jsonld.LoadDocumentError',
- {'remoteDoc': remote_doc}, code='loading document failed',
+ {'remoteDoc': remote_frame}, code='loading document failed',
cause=cause)
# preserve frame context
--
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