Python: fixes Store.contains_named_graph return type

pull/540/head
Tpt 2 years ago committed by Thomas Tanon
parent 99186c1e7d
commit 9a4f726aa4
  1. 2
      python/src/store.rs

@ -597,7 +597,7 @@ impl PyStore {
///
/// :param graph_name: the name of the named graph.
/// :type graph_name: NamedNode or BlankNode or DefaultGraph
/// :rtype: None
/// :rtype: bool
/// :raises IOError: if an I/O error happens during the named graph lookup.
///
/// >>> store = Store()

Loading…
Cancel
Save