Skip to content

Commit f22aa49

Browse files
committed
some doc updates [ci skip]
1 parent 24cc39a commit f22aa49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rdflib_sqlalchemy/store.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ def _build_literal_triple_sql_command(self, subject, predicate, obj, context):
281281
"""
282282
Build an insert command for literal triples.
283283
284-
(Statements where the object is a Literal).
284+
These triples correspond to RDF statements where the object is a Literal,
285+
e.g. `rdflib.Literal` or primitive Python type, such as string.
286+
285287
"""
286288
triple_pattern = int(
287289
statement_to_term_combination(subject, predicate, obj, context)

0 commit comments

Comments
 (0)