summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-04-25 19:28:28 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2021-04-25 19:28:28 +1000
commit37aefac6058dcc2d08a81ef3cd139de7d48fe67f (patch)
treecf3f42bfdb47abccf3354ab1dba2e93e7e255f54 /examples
parent86351aca27e9bd8bc08039bf254b4cb92f3eefb3 (diff)
downloadrdflib-37aefac6058dcc2d08a81ef3cd139de7d48fe67f.tar.gz
trivial syntax fix
Diffstat (limited to 'examples')
-rw-r--r--examples/prepared_query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/prepared_query.py b/examples/prepared_query.py
index d8b83466..daa424fa 100644
--- a/examples/prepared_query.py
+++ b/examples/prepared_query.py
@@ -5,7 +5,7 @@ by the :meth:`rdflib.plugins.sparql.prepareQuery` method.
``initNs`` can be used instead of PREFIX values.
When executing, variables can be bound with the
-``initBindings`` keyword parameter
+``initBindings`` keyword parameter.
"""
import rdflib