From 97b28811070223fce44b3e48a3911e56ce91b2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20B=2E=20D=C3=B8rm=C3=A6nen?= Date: Fri, 3 Jul 2020 09:57:18 +0200 Subject: Fix comment --- examples/conjunctive_graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conjunctive_graphs.py b/examples/conjunctive_graphs.py index f714d9ff..a66a3aa8 100644 --- a/examples/conjunctive_graphs.py +++ b/examples/conjunctive_graphs.py @@ -33,7 +33,7 @@ if __name__ == "__main__": 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"))) -- cgit v1.2.1