summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Ford <elliot.ford@astrazeneca.com>2022-06-04 14:02:16 +0100
committerGitHub <noreply@github.com>2022-06-04 15:02:16 +0200
commitaa33f9a0e586d076d42ab76a8c54dab9d059caf2 (patch)
treee71dd28c9bd74d12e0a73135e32dffb872763942
parentd7758a3c44b309b4cbaace5cc1cd2039ff35c823 (diff)
downloadrdflib-aa33f9a0e586d076d42ab76a8c54dab9d059caf2.tar.gz
correct italic markup in plugin stores docs (#1977)
-rw-r--r--docs/plugin_stores.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugin_stores.rst b/docs/plugin_stores.rst
index 1ac53d03..1a9fc506 100644
--- a/docs/plugin_stores.rst
+++ b/docs/plugin_stores.rst
@@ -38,7 +38,7 @@ HDT `<https://github.com/RDFLib/rdflib-hdt>`_ A Store b
Oxigraph `<https://github.com/oxigraph/oxrdflib>`_ Works with the `Pyoxigraph <https://oxigraph.org/pyoxigraph>`_ Python graph database library
================= ==================================================== =============================================================================================
-_If you have, or know of a Store implementation and would like it listed here, please submit a Pull Request!_
+*If you have, or know of a Store implementation and would like it listed here, please submit a Pull Request!*
Use
---
@@ -56,7 +56,7 @@ You can use these stores like this:
graph = Graph(store="BerkeleyDB")
-In some cases, you must explicitly _open_ and _close_ a store, for example:
+In some cases, you must explicitly *open* and *close* a store, for example:
.. code-block:: python