Skip to content

Commit

Permalink
Fix errant plural
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman authored Sep 18, 2023
1 parent c6af56c commit 10ccfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/dagcircuit/dagdependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


class DAGDependency:
"""Object to represent a quantum circuit as a Directed Acyclic Graphs (DAG)
"""Object to represent a quantum circuit as a Directed Acyclic Graph (DAG)
via operation dependencies (i.e. lack of commutation).
The nodes in the graph are operations represented by quantum gates.
Expand Down

0 comments on commit 10ccfb9

Please sign in to comment.