diff options
| author | Iwan Aucamp <aucampia@gmail.com> | 2022-04-15 16:43:13 +0200 |
|---|---|---|
| committer | Iwan Aucamp <aucampia@gmail.com> | 2022-04-15 16:43:13 +0200 |
| commit | 1309b369c8a6863f128f40aea996e3a2ee3f53a3 (patch) | |
| tree | 9085fe28725c3c6cfddca943b59fde403f6a53e2 /docs | |
| parent | 57f993d770725a871e4b0f66889208c7d9e91457 (diff) | |
| download | rdflib-1309b369c8a6863f128f40aea996e3a2ee3f53a3.tar.gz | |
docs: change term reference to italicized
For `:term:` to work there must be a corresponding glossary error, this
is currently resulting in a warning and just being passed through as
plain text, changing it to italicized as that seems more appropriate.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/utilities.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utilities.rst b/docs/utilities.rst index e10a5334..849c5598 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -10,8 +10,8 @@ Functional properties --------------------- Use :meth:`~rdflib.graph.Graph.value` and -:meth:`~rdflib.graph.Graph.set` to work with :term:`functional -property` instances, i.e. properties than can only occur once for a resource. +:meth:`~rdflib.graph.Graph.set` to work with *functional +property* instances, i.e. properties than can only occur once for a resource. .. code-block:: python |
