From bc53bf006d9ec9b785e9eb549c22770713b67e5b Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Thu, 25 Jul 2024 08:40:52 +1000 Subject: [PATCH] Fix typo, ConjunctionGraph -> ConjunctiveGraph, the new version of Sphinx-autodocs flagged this as an error. (#2850) --- rdflib/graph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdflib/graph.py b/rdflib/graph.py index dad7e5489..ec1f0f989 100644 --- a/rdflib/graph.py +++ b/rdflib/graph.py @@ -2254,7 +2254,7 @@ def parse( the ``publicID`` parameter will also not be used as the name for the graph that the data is loaded into, and instead the triples from sources that do not support named graphs will be loaded into the default graph - (i.e. `ConjunctionGraph.default_context`). + (i.e. `ConjunctiveGraph.default_context`). """ source = create_input_source( @@ -2510,7 +2510,7 @@ def parse( the ``publicID`` parameter will also not be used as the name for the graph that the data is loaded into, and instead the triples from sources that do not support named graphs will be loaded into the default graph - (i.e. `ConjunctionGraph.default_context`). + (i.e. `ConjunctiveGraph.default_context`). """ c = ConjunctiveGraph.parse(