Python: Fixes Dataset.quads_for_graph_name type

pull/832/head
Tpt 8 months ago
parent f7023a381e
commit dcfcdd359c
  1. 2
      python/src/dataset.rs

@ -106,7 +106,7 @@ impl PyDataset {
/// Looks for the quads with the given graph name.
///
/// :param graph_name: the quad graph name.
/// :type graph_name: NamedNode or BlankNode or Literal or Triple
/// :type graph_name: NamedNode or BlankNode or DefaultGraph
/// :return: an iterator of the quads.
/// :rtype: collections.abc.Iterator[Quad]
///

Loading…
Cancel
Save