Skip to content

Commit

Permalink
docs: fix typo SPATQL -> SPARQL (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed May 19, 2023
1 parent 75178cf commit fec7f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro_to_sparql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ example:
# x:
# y:
# Add in a new triple using SPATQL UPDATE
# Add in a new triple using SPARQL UPDATE
g.update("""INSERT DATA { <z:> a <c:> }""")
# Select all the things (s) that are of type (rdf:type) c:
Expand Down

0 comments on commit fec7f0a

Please sign in to comment.