[Python-modules-commits] [python-pyld] 196/276: Remove extra space.
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Oct 8 23:48:10 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 888a7178d18f6629c8d312deb4f06a760a6e294b
Author: Dave Longley <dlongley at digitalbazaar.com>
Date: Sat Sep 14 13:45:43 2013 -0400
Remove extra space.
---
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 e2ad906..3d9761c 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -317,7 +317,7 @@ def load_document(url):
raise e
except Exception as cause:
raise JsonLdError(
- 'Could not retrieve a JSON-LD document from the URL. ',
+ 'Could not retrieve a JSON-LD document from the URL.',
'jsonld.LoadDocumentError', code='loading document failed',
cause=cause)
--
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