Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stigbd committed Jul 3, 2020
1 parent e4fe0fd commit 97b2881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conjunctive_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
gmary.add((mary, ns["hasName"], Literal("Mary")))
gmary.add((mary, ns["loves"], john))

# add a graph for Mary's facts to the Conjunctive Graph
# add a graph for John's facts to the Conjunctive Graph
gjohn = Graph(store=store, identifier=cjohn)
# John's graph contains his cute name
gjohn.add((john, ns["hasCuteName"], Literal("Johnny Boy")))
Expand Down

0 comments on commit 97b2881

Please sign in to comment.