Skip to content

Commit

Permalink
Merge pull request #21 from dymil/HDTGraph
Browse files Browse the repository at this point in the history
Correct "HDTGraph" to "HDTStore"
  • Loading branch information
Callidon committed Jul 27, 2023
2 parents cee03ed + 7983694 commit 7ad58d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Graph usage (recommended)
# Load an HDT file. Missing indexes are generated automatically
# You can provide the index file by putting them in the same directory than the HDT file.
store = HDTGraph("test.hdt")
store = HDTStore("test.hdt")
# Display some metadata about the HDT document itself
print(f"Number of RDF triples: {len(store)}")
Expand Down
2 changes: 1 addition & 1 deletion docs/source/hdtstore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, if you load a file */home/awesome-user/test.hdt*, :py:class:`rdflib
# Load an HDT file. Missing indexes are generated automatically
# You can provide the index file by putting them in the same directory than the HDT file.
store = HDTGraph("test.hdt")
store = HDTStore("test.hdt")
# Display some metadata about the HDT document itself
print(f"Number of RDF triples: {len(store)}")
Expand Down

0 comments on commit 7ad58d5

Please sign in to comment.