We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1d88a commit 445fb0dCopy full SHA for 445fb0d
qiskit/circuit/classical/expr/constructors.py
@@ -701,8 +701,8 @@ def div(left: typing.Any, right: typing.Any) -> Expr:
701
lifting the values into :class:`Value` nodes if required.
702
703
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
+ :class:`~.types.Duration` operand by a numeric operand, or to divide two
+ :class:`~.types.Duration` operands which yields an expression of type
706
:class:`~.types.Float`.
707
708
Examples:
0 commit comments