Skip to content

Commit 0adb131

Browse files
committed
some doc updates [ci skip]
1 parent f22aa49 commit 0adb131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdflib_sqlalchemy/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def _build_literal_triple_sql_command(self, subject, predicate, obj, context):
282282
Build an insert command for literal triples.
283283
284284
These triples correspond to RDF statements where the object is a Literal,
285-
e.g. `rdflib.Literal` or primitive Python type, such as string.
285+
e.g. `rdflib.Literal`.
286286
287287
"""
288288
triple_pattern = int(

0 commit comments

Comments
 (0)