Skip to content

Commit 445fb0d

Browse files
Fix circuit classical cross-reference (Qiskit#15079) (Qiskit#15081)
(cherry picked from commit 5fbafc6) Co-authored-by: Arnau Casau <[email protected]>
1 parent 5b1d88a commit 445fb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiskit/circuit/classical/expr/constructors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ def div(left: typing.Any, right: typing.Any) -> Expr:
701701
lifting the values into :class:`Value` nodes if required.
702702
703703
This can be used to divide numeric operands of the same type kind, to divide a
704-
:class`~.types.Duration` operand by a numeric operand, or to divide two
705-
:class`~.types.Duration` operands which yields an expression of type
704+
:class:`~.types.Duration` operand by a numeric operand, or to divide two
705+
:class:`~.types.Duration` operands which yields an expression of type
706706
:class:`~.types.Float`.
707707
708708
Examples:

0 commit comments

Comments
 (0)