Skip to content

Commit

Permalink
Fix typo, ConjunctionGraph -> ConjunctiveGraph, the new version of Sp…
Browse files Browse the repository at this point in the history
…hinx-autodocs flagged this as an error. (#2850)
  • Loading branch information
ashleysommer authored Jul 24, 2024
1 parent b844efc commit bc53bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdflib/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit bc53bf0

Please sign in to comment.