diff --git a/python/src/store.rs b/python/src/store.rs index a9accda2..3bb7fca1 100644 --- a/python/src/store.rs +++ b/python/src/store.rs @@ -455,7 +455,6 @@ impl PyStore { /// :type to_graph: NamedNode or BlankNode or DefaultGraph or None, optional /// :raises ValueError: if the MIME type is not supported or the `to_graph` parameter is given with a quad file. /// :raises SyntaxError: if the provided data is invalid. - /// :raises IOError: if an I/O error happens during a quad insertion. /// /// >>> data = '

"1" .' /// >>> store = Store()