From 860628cd156fb88cb8c810e914a883539af6aaa8 Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Wed, 19 Aug 2020 13:30:44 +1000 Subject: Removed IOMemory store Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs --- docs/univrdfstore.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/univrdfstore.rst') 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: -- cgit v1.2.1