From 3577669925296fff38f7c339d25195924d5fd68e Mon Sep 17 00:00:00 2001 From: johannesgreiner <70909228+johannesgreiner@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:14:21 +0200 Subject: [PATCH] Fix indent in execute_function docstring (#8181) * fix indent in execute_function for docu * removing trailing whitespace in qiskit/execute_function.py Co-authored-by: Matthew Treinish Co-authored-by: Matthew Treinish Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- qiskit/execute_function.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qiskit/execute_function.py b/qiskit/execute_function.py index 3968de0430..e121913c0b 100644 --- a/qiskit/execute_function.py +++ b/qiskit/execute_function.py @@ -169,9 +169,9 @@ def execute( (provided the backend supports it). For OpenPulse jobs, only measurement level 2 supports this option. Default: False - max_credits (int): DEPRECATED This parameter is deprecated as of - Qiskit Terra 0.20.0, and will be removed in a future release. This parameter has - no effect on modern IBM Quantum systems, and no alternative is necessary. + max_credits (int): DEPRECATED This parameter is deprecated as of Qiskit Terra 0.20.0 + and will be removed in a future release. This parameter has no effect on modern + IBM Quantum systems, no alternative is necessary. seed_simulator (int): Random seed to control sampling, for when backend is a simulator