Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 2f5e594

Browse files
committed
fix docstring identation
1 parent e5fc67a commit 2f5e594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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")

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ddt>=1.2.0
44
pycodestyle
55
pylint>=2.4.3
66
pylintfileheader>=0.0.2
7-
Sphinx>=1.8.3,<3.0
7+
Sphinx>=1.8.3
88
sphinx-rtd-theme>=0.4.0
99
sphinx-tabs>=1.1.11
1010
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)