Skip to content

Commit

Permalink
Restore name in Python world
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Oct 1, 2024
1 parent f3c6f62 commit f1d6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/circuit/src/dag_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3362,7 +3362,7 @@ def _format(operand):
/// Raises:
/// DAGCircuitError: If replacement operation was incompatible with
/// location of target node.
#[pyo3(signature = (node, op, inplace=false, propagate_condition=true))]
#[pyo3(name = "substitute_node", signature = (node, op, inplace=false, propagate_condition=true))]
pub fn py_substitute_node(
&mut self,
node: &Bound<PyAny>,
Expand Down

0 comments on commit f1d6d9c

Please sign in to comment.