summaryrefslogtreecommitdiff
path: root/docs/plugin_query_results.rst
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2022-07-18 17:06:15 +0200
committerGitHub <noreply@github.com>2022-07-18 17:06:15 +0200
commit0d413fdc10af229357011f82bdd443d5ae1eaa22 (patch)
tree9f47591fc40a1064a32c8f076cf2b823669382aa /docs/plugin_query_results.rst
parent63ff76c9fa76c6b1a1178c80431f39e1e1102700 (diff)
downloadrdflib-0d413fdc10af229357011f82bdd443d5ae1eaa22.tar.gz
docs: fix sphinx nitpicky issues (#2036)
Enable nitpicky mode for Sphinx and fix all warnings and errors that occur when running with nitpicky enabled. Other changes: - Add a tox environment for building docs (-docs). This is so we can test building docs on various versions of python as there seems to be some differences in warnings between different versions. This tox environment is enabled for linux CI builds. - Change readthedocs to use python 3.9 as earlier versions do not handle `@typing.overload` with type aliases. - Fixes https://github.com/RDFLib/rdflib/issues/1878
Diffstat (limited to 'docs/plugin_query_results.rst')
-rw-r--r--docs/plugin_query_results.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugin_query_results.rst b/docs/plugin_query_results.rst
index fb2ffb94..f44c2768 100644
--- a/docs/plugin_query_results.rst
+++ b/docs/plugin_query_results.rst
@@ -4,7 +4,7 @@
Plugin query results
====================
-Plugins for reading and writing of (SPARQL) :class:`~rdflib.query.QueryResult` - pass ``name`` to either :meth:`~rdflib.query.QueryResult.parse` or :meth:`~rdflib.query.QueryResult.serialize`
+Plugins for reading and writing of (SPARQL) :class:`~rdflib.query.Result` - pass ``name`` to either :meth:`~rdflib.query.Result.parse` or :meth:`~rdflib.query.Result.serialize`
Parsers