Skip to content

Commit e28eacf

Browse files
dymilaucampia
andauthored
Reword "onto" → "on top of" to refer to stores
Co-authored-by: Iwan Aucamp <aucampia@gmail.com>
1 parent 53a7fd9 commit e28eacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/persistence.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Additional store plugins
7171
More store implementations are available in RDFLib extension projects:
7272

7373
* `rdflib-sqlalchemy <https://github.com/RDFLib/rdflib-sqlalchemy>`_ – a store which supports a wide-variety of RDBMS backends,
74-
* `rdflib-leveldb <https://github.com/RDFLib/rdflib-leveldb>`_ – a store onto Google's `LevelDB <https://code.google.com/p/leveldb/>`_ key-value store.
75-
* `rdflib-kyotocabinet <https://github.com/RDFLib/rdflib-kyotocabinet>`_ – a store onto the `Kyoto Cabinet <http://fallabs.com/kyotocabinet/>`_ key-value store.
74+
* `rdflib-leveldb <https://github.com/RDFLib/rdflib-leveldb>`_ – a store on top of Google's `LevelDB <https://code.google.com/p/leveldb/>`_ key-value store.
75+
* `rdflib-kyotocabinet <https://github.com/RDFLib/rdflib-kyotocabinet>`_ – a store on top of the `Kyoto Cabinet <http://fallabs.com/kyotocabinet/>`_ key-value store.
7676

7777
Example
7878
^^^^^^^

0 commit comments

Comments
 (0)