Skip to content

Commit 53a7fd9

Browse files
authored
Copyedit store plugins list in persistence.rst
1 parent 6981c28 commit 53a7fd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/persistence.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Additional store plugins
7070

7171
More store implementations are available in RDFLib extension projects:
7272

73-
* `rdflib-sqlalchemy <https://github.com/RDFLib/rdflib-sqlalchemy>`_, which supports stored on a wide-variety of RDBMs backends,
74-
* `rdflib-leveldb <https://github.com/RDFLib/rdflib-leveldb>`_ - a store on to 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 to of the `Kyoto Cabinet <http://fallabs.com/kyotocabinet/>`_ key-value store.
73+
* `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.
7676

7777
Example
7878
^^^^^^^

0 commit comments

Comments
 (0)