diff --git a/python/src/model.rs b/python/src/model.rs index 5bc38d10..05b07b9c 100644 --- a/python/src/model.rs +++ b/python/src/model.rs @@ -694,8 +694,8 @@ impl IntoPy for PyGraphName { /// :type predicate: NamedNode /// :param object: the quad object. /// :type object: NamedNode or BlankNode or Literal or Triple -/// :param graph: the quad graph name. If not present, the default graph is assumed. -/// :type graph: NamedNode or BlankNode or DefaultGraph or None, optional +/// :param graph_name: the quad graph name. If not present, the default graph is assumed. +/// :type graph_name: NamedNode or BlankNode or DefaultGraph or None, optional /// /// The :py:func:`str` function provides a serialization compatible with NTriples, Turtle, and SPARQL: ///