summaryrefslogtreecommitdiff
path: root/docs/univrdfstore.rst
diff options
context:
space:
mode:
authorAshley Sommer <ashleysommer@gmail.com>2020-08-19 13:30:44 +1000
committerAshley Sommer <ashleysommer@gmail.com>2020-08-19 13:30:44 +1000
commit860628cd156fb88cb8c810e914a883539af6aaa8 (patch)
tree644077f5f7761cbab21d65c00060199fc842c070 /docs/univrdfstore.rst
parentc0c6630c37fc20350f69452cf77fd5642a02e2da (diff)
downloadrdflib-860628cd156fb88cb8c810e914a883539af6aaa8.tar.gz
Removed IOMemory store
Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs
Diffstat (limited to 'docs/univrdfstore.rst')
-rw-r--r--docs/univrdfstore.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/univrdfstore.rst b/docs/univrdfstore.rst
index f6822e5b..dfb96d81 100644
--- a/docs/univrdfstore.rst
+++ b/docs/univrdfstore.rst
@@ -344,7 +344,7 @@ These are a list of additional kinds of RDF terms (all of which are special Lite
Namespace Management Interfaces
===============================
-The following namespace management interfaces (defined in Graph) could be implemented in the RDF store. Currently, they exist as stub methods of :class:`~rdflib.store.Store` and are defined in the store subclasses (e.g. :class:`~rdflib.store.IOMemory`):
+The following namespace management interfaces (defined in Graph) could be implemented in the RDF store. Currently, they exist as stub methods of :class:`~rdflib.store.Store` and are defined in the store subclasses (e.g. :class:`~rdflib.plugins.store.memory.Memory`):
.. automethod:: rdflib.store.Store.bind
:noindex: