Skip to content

Commit cfb04f5

Browse files
committed
Remove hanging Deprecated in docstring
1 parent 11e74bd commit cfb04f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qiskit/opflow/converters/dict_to_circuit_sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class DictToCircuitSum(ConverterBase):
2525
r"""
26-
Deprecation: Converts ``DictStateFns`` or ``VectorStateFns`` to equivalent ``CircuitStateFns``
26+
Converts ``DictStateFns`` or ``VectorStateFns`` to equivalent ``CircuitStateFns``
2727
or sums thereof. The behavior of this class can be mostly replicated by calling ``to_circuit_op``
2828
on an Operator, but with the added control of choosing whether to convert only ``DictStateFns``
2929
or ``VectorStateFns``, rather than both.

0 commit comments

Comments
 (0)