Skip to content

Commit 40abe49

Browse files
Update qiskit/algorithms/amplitude_estimators/ae.py
Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
1 parent c8211ad commit 40abe49

File tree

1 file changed

+1
-1
lines changed
  • qiskit/algorithms/amplitude_estimators

1 file changed

+1
-1
lines changed

qiskit/algorithms/amplitude_estimators/ae.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def sampler(self, sampler: BaseSampler) -> None:
131131
category=PendingDeprecationWarning,
132132
)
133133
def quantum_instance(self) -> QuantumInstance | None:
134-
"""Pending deprecation: Get the quantum instance.
134+
"""Pending deprecation; Get the quantum instance.
135135
136136
Returns:
137137
The quantum instance used to run this algorithm.

0 commit comments

Comments
 (0)