Skip to content

Commit

Permalink
correct italic markup in plugin stores docs (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed Jun 4, 2022
1 parent d7758a3 commit aa33f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugin_stores.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand All @@ -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
Expand Down

0 comments on commit aa33f9a

Please sign in to comment.