summaryrefslogtreecommitdiff
path: root/docs/intro_to_graphs.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/intro_to_graphs.rst
parent751c80335ab76d4be04d4a7c934fcc2ed12e0f51 (diff)
downloadrdflib-ce02aaf0e2f7b6563edf8b3cddddba38b47f549a.tar.gz
doc update, fixes #260.
Diffstat (limited to 'docs/intro_to_graphs.rst')
-rw-r--r--docs/intro_to_graphs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro_to_graphs.rst b/docs/intro_to_graphs.rst
index 870e3a29..c4634276 100644
--- a/docs/intro_to_graphs.rst
+++ b/docs/intro_to_graphs.rst
@@ -18,7 +18,7 @@ In an interactive python interpreter, try this:
.. code-block:: pycon
- >>> from rdflib.graph import Graph
+ >>> from rdflib import Graph
>>> g = Graph()
>>> g.parse("demo.nt", format="nt")
<Graph identifier=HCbubHJy0 (<class 'rdflib.graph.Graph'>)>