summaryrefslogtreecommitdiff
path: root/docs/graphs_bnodes.rst
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-04-13 09:50:30 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-04-13 09:50:30 +0200
commitce02aaf0e2f7b6563edf8b3cddddba38b47f549a (patch)
treeaaea2d6cf70e27516790b256e6c407b8763019f3 /docs/graphs_bnodes.rst
parent751c80335ab76d4be04d4a7c934fcc2ed12e0f51 (diff)
downloadrdflib-ce02aaf0e2f7b6563edf8b3cddddba38b47f549a.tar.gz
doc update, fixes #260.
Diffstat (limited to 'docs/graphs_bnodes.rst')
-rw-r--r--docs/graphs_bnodes.rst3
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]