Remove docstring raises IOError in Store.load_data

pull/227/head
Edmond 3 years ago
parent c99f392fe6
commit 048f010199
  1. 1
      python/src/store.rs

@ -455,7 +455,6 @@ impl PyStore {
/// :type to_graph: NamedNode or BlankNode or DefaultGraph or None, optional /// :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 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 SyntaxError: if the provided data is invalid.
/// :raises IOError: if an I/O error happens during a quad insertion.
/// ///
/// >>> data = '<foo> <p> "1" .' /// >>> data = '<foo> <p> "1" .'
/// >>> store = Store() /// >>> store = Store()

Loading…
Cancel
Save