Skip to content

Commit 25384ba

Browse files
Show combined deprecation warnings on travis (qiskit-community/qiskit-aqua#886)
* Show combined deprecation warnings on travis * fix docstring identation * restrict Sphinx version to < 3.0
1 parent 9dc58cb commit 25384ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit/aqua/algorithms/eigen_solvers/numpy_eigen_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _run(self):
189189
Returns:
190190
dict: Dictionary of results
191191
Raises:
192-
AquaError: if no operator has been provided
192+
AquaError: if no operator has been provided
193193
"""
194194
if self._operator is None:
195195
raise AquaError("Operator was never provided")

0 commit comments

Comments
 (0)