Skip to content

Commit 1e1679d

Browse files
authored
Fixes README to include correct import statement. (#8)
1 parent f50e8ea commit 1e1679d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ As of version 1.1.0 NamespaceManager can be supplied to ``rdflib.to_graph`` for
3535

3636
::
3737

38-
import rdfpandas.graph
38+
from rdfpandas.graph import to_graph
3939
import pandas as pd
4040
import rdflib
4141
@@ -51,7 +51,7 @@ Creating DataFrame from RDF
5151

5252
::
5353

54-
import rdfpandas.graph
54+
from rdfpandas.graph import to_dataframe
5555
import pandas as pd
5656
import rdflib
5757

0 commit comments

Comments
 (0)