diff --git a/python/src/store.rs b/python/src/store.rs index 9410aeed..5e3c1df9 100644 --- a/python/src/store.rs +++ b/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()