RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.15k stars 555 forks source link

Fix typo, "ConjunctionGraph" -> "ConjunctiveGraph" #2850

Closed ashleysommer closed 2 months ago

ashleysommer commented 2 months ago

Fix typo, ConjunctionGraph -> ConjunctiveGraph in Graph.py docstrings, the new version of Sphinx-autodocs flagged this as an error.

coveralls commented 2 months ago

Coverage Status

coverage: 91.046%. remained the same when pulling 2ac0e687e03f7acf185ea02fca52abefe4c9f258 on new_sphinx_docs_fix into b844efc2875114d3cc02a46b7fd8f3f1739086b5 on main.