diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-04-25 19:28:28 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-04-25 19:28:28 +1000 |
| commit | 37aefac6058dcc2d08a81ef3cd139de7d48fe67f (patch) | |
| tree | cf3f42bfdb47abccf3354ab1dba2e93e7e255f54 /examples | |
| parent | 86351aca27e9bd8bc08039bf254b4cb92f3eefb3 (diff) | |
| download | rdflib-37aefac6058dcc2d08a81ef3cd139de7d48fe67f.tar.gz | |
trivial syntax fix
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/prepared_query.py | 2 |
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 |
