Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
- Caught by @ElePT

Co-authored-by: Elena Peña Tapia <[email protected]>
  • Loading branch information
raynelfss and ElePT authored Sep 4, 2024
1 parent 3cb950e commit ff4b6eb
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 @@ -6346,7 +6346,7 @@ impl DAGCircuit {
}
}

/// Adds valid instances of [PackedInstruction] to the back of the Circuit.
/// Extends the DAG with valid instances of [PackedInstruction]
pub fn extend<I>(&mut self, py: Python, iter: I) -> PyResult<Vec<NodeIndex>>
where
I: IntoIterator<Item = PackedInstruction>,
Expand Down

0 comments on commit ff4b6eb

Please sign in to comment.