diff --git a/qiskit/result/result.py b/qiskit/result/result.py index 18a68f6aa65d..c425d2e2cd46 100644 --- a/qiskit/result/result.py +++ b/qiskit/result/result.py @@ -40,7 +40,7 @@ class Result: be used in Qiskit 2.0. It will, however, still be possible to set ``qobj_id`` as a generic kwarg, which will land in the metadata field with the other generic kwargs. - Attributes: + Args: backend_name (str): (REQUIRED) backend name. backend_version (str): (REQUIRED) backend version, in the form X.Y.Z. qobj_id (str): (REQUIRED) user-generated Qobj id.