diff options
| author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-04-13 09:50:30 +0200 |
|---|---|---|
| committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-04-13 09:50:30 +0200 |
| commit | ce02aaf0e2f7b6563edf8b3cddddba38b47f549a (patch) | |
| tree | aaea2d6cf70e27516790b256e6c407b8763019f3 /docs/graphs_bnodes.rst | |
| parent | 751c80335ab76d4be04d4a7c934fcc2ed12e0f51 (diff) | |
| download | rdflib-ce02aaf0e2f7b6563edf8b3cddddba38b47f549a.tar.gz | |
doc update, fixes #260.
Diffstat (limited to 'docs/graphs_bnodes.rst')
| -rw-r--r-- | docs/graphs_bnodes.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/graphs_bnodes.rst b/docs/graphs_bnodes.rst index 1f931bce..61c5a8aa 100644 --- a/docs/graphs_bnodes.rst +++ b/docs/graphs_bnodes.rst @@ -11,8 +11,7 @@ Clarifying the query more precisely: .. code-block:: pycon - >>> from rdflib.graph import Graph, ConjunctiveGraph - >>> from rdflib import URIRef + >>> from rdflib import Graph, ConjunctiveGraph, URIRef [1] |
